blob: ee4b9f3d0b8e8ea3f66055c3e8caf2bb8a5b883f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/kickpim/kickpim-0.5.3.ebuild,v 1.3 2004/04/27 21:40:20 agriffis Exp $
inherit kde-base || die eutils
need-kde 3
IUSE=""
SLOT="0"
#S=${WORKDIR}/kickpim-${PV}
DESCRIPTION="A KDE panel applet for editing and accessing the KDE Adressbook."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://kickpim.sourceforge.net"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
src_unpack() {
kde_src_unpack
epatch ${FILESDIR}/${P}-fPIC.patch
}
|