Files
sablink-distro/kde-misc/pykdeextensions/pykdeextensions-0.4.0.ebuild
T
lxnay 717c77d6d7 testing guidance stuff
git-svn-id: http://svn.sabayonlinux.org/overlay@353 d7aec97c-591d-0410-af39-a8856400b30a
2006-11-20 10:19:42 +00:00

28 lines
575 B
Bash

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit eutils
DESCRIPTION="PyKDE Extensions for KDE KControl modules and Guidance"
HOMEPAGE="http://www.simonzone.com/software/pykdeextensions"
SRC_URI="http://www.simonzone.com/software/pykdeextensions/${P}.tar.gz"
RESTRICT="nomirror"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE="debug"
RDEPEND=">=kde-base/pykde-3.5.0"
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PN}-gentoo.patch
}
src_install() {
python setup.py install --root=${D}
}