diff options
| author | Alexey Shvetsov <alexxy@gentoo.ru> | 2008-12-28 16:28:18 +0300 |
|---|---|---|
| committer | Alexey Shvetsov <alexxy@gentoo.ru> | 2008-12-28 16:28:18 +0300 |
| commit | a57d78c132b350fa1a48f062b4694c1f71564fd6 (patch) | |
| tree | e43924275a646489f4d1cdc9b4c5789c2ba7295a /dev-python/pycups/pycups-1.9.44.ebuild | |
| parent | ed007681795124d195a416609356b17ceb065a8c (diff) | |
| download | kde-a57d78c132b350fa1a48f062b4694c1f71564fd6.tar.gz kde-a57d78c132b350fa1a48f062b4694c1f71564fd6.tar.bz2 kde-a57d78c132b350fa1a48f062b4694c1f71564fd6.zip | |
Add pycups-1.9.44 -> dep for kde-base/system-config-printer-kde
Diffstat (limited to 'dev-python/pycups/pycups-1.9.44.ebuild')
| -rw-r--r-- | dev-python/pycups/pycups-1.9.44.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/pycups/pycups-1.9.44.ebuild b/dev-python/pycups/pycups-1.9.44.ebuild new file mode 100644 index 00000000000..956a7e4cb58 --- /dev/null +++ b/dev-python/pycups/pycups-1.9.44.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.12.ebuild,v 1.1 2006/09/05 21:31:34 dberkholz Exp $ + +inherit python + +DESCRIPTION="Python bindings for the CUPS API" +HOMEPAGE="http://cyberelk.net/tim/data/pycups/" +SRC_URI="http://cyberelk.net/tim/data/pycups/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="" + +src_compile() { + python_version + emake PYTHONVERS="python${PYVER}" || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} |
