summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-10-08 05:46:32 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-10-08 05:46:32 +0000
commit4d4d6b34d81f5174cfa3b3465fa7c4abd904ad3a (patch)
treee374335976d6d7b359b5143599091ca65d9e4916 /media-sound/darksnow/darksnow-0.6.1.ebuild
parentVersion bumped, Added patch. Bug 133775, 149246. (diff)
downloadgentoo-2-4d4d6b34d81f5174cfa3b3465fa7c4abd904ad3a.tar.gz
gentoo-2-4d4d6b34d81f5174cfa3b3465fa7c4abd904ad3a.tar.bz2
gentoo-2-4d4d6b34d81f5174cfa3b3465fa7c4abd904ad3a.zip
Version bumped, bug 126954.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-sound/darksnow/darksnow-0.6.1.ebuild')
-rw-r--r--media-sound/darksnow/darksnow-0.6.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-sound/darksnow/darksnow-0.6.1.ebuild b/media-sound/darksnow/darksnow-0.6.1.ebuild
new file mode 100644
index 000000000000..d74fd5536ed3
--- /dev/null
+++ b/media-sound/darksnow/darksnow-0.6.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/darksnow/darksnow-0.6.1.ebuild,v 1.1 2006/10/08 05:46:32 matsuu Exp $
+
+DESCRIPTION="Streaming GTK2 Front-End based in Darkice Ice Streamer"
+HOMEPAGE="http://darksnow.radiolivre.org"
+SRC_URI="http://darksnow.radiolivre.org/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-2"
+RDEPEND="${DEPEND}
+ >=media-sound/darkice-0.14"
+
+src_install () {
+ dobin darksnow || die "could not install darksnow executable"
+ dodoc "${S}"/documentation/{CHANGES,README*}
+}