diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-04 08:58:42 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-04 08:58:42 +0000 |
commit | 27e056ab0137aad0c31b0511104b42f9d1a92963 (patch) | |
tree | 686db368a66d11b3d50220aeee931219452774a8 /dev-python/sexy-python/sexy-python-0.1.9.ebuild | |
parent | Stable on ppc64; bug #164978 (diff) | |
download | gentoo-2-27e056ab0137aad0c31b0511104b42f9d1a92963.tar.gz gentoo-2-27e056ab0137aad0c31b0511104b42f9d1a92963.tar.bz2 gentoo-2-27e056ab0137aad0c31b0511104b42f9d1a92963.zip |
New ebuild for bug 138270 from Sunrise Overlay. Thanks to Tiziano M. and Santiago M.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-python/sexy-python/sexy-python-0.1.9.ebuild')
-rw-r--r-- | dev-python/sexy-python/sexy-python-0.1.9.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/sexy-python/sexy-python-0.1.9.ebuild b/dev-python/sexy-python/sexy-python-0.1.9.ebuild new file mode 100644 index 000000000000..2c5a41b2ac88 --- /dev/null +++ b/dev-python/sexy-python/sexy-python-0.1.9.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9.ebuild,v 1.1 2007/02/04 08:58:42 drac Exp $ + +DESCRIPTION="Python bindings for libsexy." +HOMEPAGE="http://www.chipx86.com/wiki/Libsexy" +SRC_URI="http://releases.chipx86.com/libsexy/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=x11-libs/libsexy-${PV}" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README +} |