717c77d6d7
git-svn-id: http://svn.sabayonlinux.org/overlay@353 d7aec97c-591d-0410-af39-a8856400b30a
28 lines
575 B
Bash
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}
|
|
}
|