diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2001-11-29 20:37:50 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2001-11-29 20:37:50 +0000 |
commit | 9af80fce06c8c958c8008de6d5e001d74deeccae (patch) | |
tree | 7d2bd9540bfbe6cf12f37716c44637b73e1f66b1 /dev-python/PyQt/PyQt_qt2.3.1-3.0.ebuild | |
parent | web fix (diff) | |
download | gentoo-2-9af80fce06c8c958c8008de6d5e001d74deeccae.tar.gz gentoo-2-9af80fce06c8c958c8008de6d5e001d74deeccae.tar.bz2 gentoo-2-9af80fce06c8c958c8008de6d5e001d74deeccae.zip |
Renamed the latest PyQt ebuilds...
Diffstat (limited to 'dev-python/PyQt/PyQt_qt2.3.1-3.0.ebuild')
-rw-r--r-- | dev-python/PyQt/PyQt_qt2.3.1-3.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/PyQt/PyQt_qt2.3.1-3.0.ebuild b/dev-python/PyQt/PyQt_qt2.3.1-3.0.ebuild new file mode 100644 index 000000000000..82354ae9e6d0 --- /dev/null +++ b/dev-python/PyQt/PyQt_qt2.3.1-3.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Bart Verwilst <verwilst@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt_qt2.3.1-3.0.ebuild,v 1.1 2001/11/29 20:37:49 verwilst Exp $ + +S="${WORKDIR}/PyQt-3.0" +DESCRIPTION="PyQt is a set of Python bindings for the Qt Toolkit." +SRC_URI="http://www.river-bank.demon.co.uk/software/PyQt-3.0-Qt-2.3.1.tar.gz" +HOMEPAGE="http://www.thekompany.com/projects/pykde/" + +DEPEND="virtual/glibc + >=x11-libs/qt-x11-2.3 + =dev-python/sip-3.0 + >=dev-lang/python-2.0" + +src_compile() { + ./configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-doc-install=/usr/share/doc + assert + + make || die +} + +src_install() { + make DESTDIR=${D} install || die + make DESTDIR=${D} install-doc || die +} |