summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2004-08-14 17:10:37 +0000
committerChris White <chriswhite@gentoo.org>2004-08-14 17:10:37 +0000
commit815ca0c900923886ecd234c91a4912538b831d17 (patch)
treea2a337384adfb31c7636a6dc16342d05c2af4ed0 /net-misc/streamtuner/streamtuner-0.12.4.ebuild
parentMarked stable on x86. (diff)
downloadhistorical-815ca0c900923886ecd234c91a4912538b831d17.tar.gz
historical-815ca0c900923886ecd234c91a4912538b831d17.tar.bz2
historical-815ca0c900923886ecd234c91a4912538b831d17.zip
Version bump to 0.12.4.
Diffstat (limited to 'net-misc/streamtuner/streamtuner-0.12.4.ebuild')
-rw-r--r--net-misc/streamtuner/streamtuner-0.12.4.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-misc/streamtuner/streamtuner-0.12.4.ebuild b/net-misc/streamtuner/streamtuner-0.12.4.ebuild
new file mode 100644
index 000000000000..23f48716d1f8
--- /dev/null
+++ b/net-misc/streamtuner/streamtuner-0.12.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.12.4.ebuild,v 1.1 2004/08/14 17:10:37 chriswhite Exp $
+
+inherit gnome2 eutils
+
+DESCRIPTION="Stream directory browser for browsing internet radio streams"
+SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
+HOMEPAGE="http://www.nongnu.org/streamtuner/"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+LICENSE="BSD"
+
+DEPEND=">=x11-libs/gtk+-2.2.2
+ >=net-misc/curl-7.10.8
+ >=app-text/scrollkeeper-0.3.0
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
+
+src_unpack() {
+ unpack ${A}
+
+ cd ${S}
+ # sandbox errors work around
+ gnome2_omf_fix ${S}/help/C/Makefile.in
+}