diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 05:04:54 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 05:04:54 +0000 |
commit | 30099fa9b660ed0ad78aa35f385bd84f6ecf1874 (patch) | |
tree | 5e7a9753721ef73fbb5efcfed11d6b9a11ec7ddb /media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-30099fa9b660ed0ad78aa35f385bd84f6ecf1874.tar.gz gentoo-2-30099fa9b660ed0ad78aa35f385bd84f6ecf1874.tar.bz2 gentoo-2-30099fa9b660ed0ad78aa35f385bd84f6ecf1874.zip |
Ebuild submitted in bug #40009 by ronmon@bellsouth.net
Diffstat (limited to 'media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild')
-rw-r--r-- | media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild b/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild new file mode 100644 index 000000000000..941d4d16b3ba --- /dev/null +++ b/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild,v 1.1 2004/04/09 05:04:54 eradicator Exp $ + +DESCRIPTION="A plugin for Streamtuner that provides an embedded Python interpreter." +SRC_URI="http://savannah.nongnu.org/download/streamtuner/${P}.tar.gz" +HOMEPAGE="http://www.nongnu.org/streamtuner/" + +IUSE="" +SLOT="0" +KEYWORDS="~x86" +LICENSE="BSD" + +DEPEND=">=net-misc/streamtuner-0.12.0 + >=dev-lang/python-2.0" + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog NEWS README INSTALL +} |