summaryrefslogtreecommitdiff
blob: 0c5772ed2951914bff4aad2fbe6f82e332ed686a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/klapjack/klapjack-0.5.1a.ebuild,v 1.1 2005/12/28 12:00:10 bass Exp $

inherit kde

DESCRIPTION="KLapJack - a KDE client for the popular online journal site LiveJournal."
HOMEPAGE="http://klapjack.sourceforge.net/"
SRC_URI="mirror://sourceforge/klapjack/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE="xmms"

DEPEND="xmms? ( >=media-sound/xmms-1.2.7 )
	>=dev-libs/xmlrpc-c-0.9.9
	kde-base/arts"

need-kde 3

src_unpack() {
	kde_src_unpack
	elibtoolize
}