diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-07-02 19:48:59 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-07-02 19:48:59 +0000 |
commit | 824a53126de764f2483e9a0b43d1f019d2087267 (patch) | |
tree | 2403fc7eef9a545b584beb13feb023f1fc774501 /dev-python | |
parent | *** empty log message *** (diff) | |
download | historical-824a53126de764f2483e9a0b43d1f019d2087267.tar.gz historical-824a53126de764f2483e9a0b43d1f019d2087267.tar.bz2 historical-824a53126de764f2483e9a0b43d1f019d2087267.zip |
added orbit-python 0.2.0
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/orbit-python/files/digest-orbit-python-0.2.0 | 1 | ||||
-rw-r--r-- | dev-python/orbit-python/orbit-python-0.2.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/orbit-python/files/digest-orbit-python-0.2.0 b/dev-python/orbit-python/files/digest-orbit-python-0.2.0 new file mode 100644 index 000000000000..e88307ff590b --- /dev/null +++ b/dev-python/orbit-python/files/digest-orbit-python-0.2.0 @@ -0,0 +1 @@ +MD5 56ebe0f2c9194e338c48b7f931003722 orbit-python-0.2.0.tar.gz diff --git a/dev-python/orbit-python/orbit-python-0.2.0.ebuild b/dev-python/orbit-python/orbit-python-0.2.0.ebuild new file mode 100644 index 000000000000..73c2f72f1cc2 --- /dev/null +++ b/dev-python/orbit-python/orbit-python-0.2.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Mikael Hallendal <micke@hallendal.net> +# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.2.0.ebuild,v 1.1 2001/07/02 19:48:59 hallski Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="ORBit bindings for Python" +SRC_URI="http://orbit-python.sault.org/${A}" +HOMEPAGE="http://orbit-python.sault.org/" + +DEPEND=">=dev-libs/glib-1.1.4 + >=gnome-base/ORBit-0.5.1 + virtual/python" + +src_compile() { + PYTHON="/usr/bin/python" try ./configure --host=${CHOST} --prefix=/usr \ + --with-libIDL-prefix=/opt/gnome --with-orbit-prefix=/opt/gnome + try make +} + +src_install() { + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog NEWS + dodoc README TODO +} + + + + |