summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/gstreamripper/gstreamripper-0.2.ebuild')
-rw-r--r--media-sound/gstreamripper/gstreamripper-0.2.ebuild27
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
+}