diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-14 12:45:22 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-14 12:45:22 +0000 |
commit | af6a52beb275789cf8f67c12c97b757e206f8c8b (patch) | |
tree | a2c46b353f85fea4ee3b814a6f1a68e7f4bd6a44 /dev-python/pygtkglext/pygtkglext-1.0.1.ebuild | |
parent | unpeg adns-python depends and cleanup (Manifest recommit) (diff) | |
download | gentoo-2-af6a52beb275789cf8f67c12c97b757e206f8c8b.tar.gz gentoo-2-af6a52beb275789cf8f67c12c97b757e206f8c8b.tar.bz2 gentoo-2-af6a52beb275789cf8f67c12c97b757e206f8c8b.zip |
add fixes to pygtkglext examples (#38406)
Diffstat (limited to 'dev-python/pygtkglext/pygtkglext-1.0.1.ebuild')
-rw-r--r-- | dev-python/pygtkglext/pygtkglext-1.0.1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild b/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild index 5e4a882f1d3a..39abdf0a8ba7 100644 --- a/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild +++ b/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild,v 1.2 2004/01/04 15:25:34 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild,v 1.3 2004/02/14 12:45:22 liquidx Exp $ inherit python @@ -22,6 +22,11 @@ DEPEND=">=dev-lang/python-2.2.3-r3 virtual/opengl virtual/glu" +src_unpack() { + unpack ${A} + cd ${S}; epatch ${FILESDIR}/${P}-gentoo.diff +} + src_compile() { econf emake || die |