diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-15 07:39:34 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-15 07:39:34 +0000 |
commit | 48aebf1c17770ec13d7fbcccdf03fe7f69e7f6a0 (patch) | |
tree | ebc24b0cfcda3058a73af0804c4ff2886ecbd43e /media-sound/gstreamripper/gstreamripper-0.2.ebuild | |
parent | Version bump. Added ~sparc. (Manifest recommit) (diff) | |
download | gentoo-2-48aebf1c17770ec13d7fbcccdf03fe7f69e7f6a0.tar.gz gentoo-2-48aebf1c17770ec13d7fbcccdf03fe7f69e7f6a0.tar.bz2 gentoo-2-48aebf1c17770ec13d7fbcccdf03fe7f69e7f6a0.zip |
Initial commit. Initial ebuild submitted by Jeremy Guarini <j.g@logicdistributed.com> in bug #49931 with heavy editing by me.
Diffstat (limited to 'media-sound/gstreamripper/gstreamripper-0.2.ebuild')
-rw-r--r-- | media-sound/gstreamripper/gstreamripper-0.2.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-sound/gstreamripper/gstreamripper-0.2.ebuild b/media-sound/gstreamripper/gstreamripper-0.2.ebuild new file mode 100644 index 000000000000..0526cee26846 --- /dev/null +++ b/media-sound/gstreamripper/gstreamripper-0.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gstreamripper/gstreamripper-0.2.ebuild,v 1.1 2004/06/15 07:39:34 eradicator Exp $ + +IUSE="" + +MY_PN="GStreamripperX" +MY_P="${MY_PN}-${PV}" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="GStreamripper, a GTK front-end to streamripper" + +HOMEPAGE="http://sourceforge.net/projects/gstreamripper/" +SRC_URI="mirror://sourceforge/gstreamripper/${MY_P}.tar.gz" +RESTRICT="nomirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +DEPEND=">=x11-libs/gtk+-2.4* + >=media-sound/streamripper-1.60.5" + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO +} |