summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/moosic/moosic-1.5.0.ebuild')
-rw-r--r--media-sound/moosic/moosic-1.5.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/moosic/moosic-1.5.0.ebuild b/media-sound/moosic/moosic-1.5.0.ebuild
new file mode 100644
index 000000000000..67aafa8d6e8f
--- /dev/null
+++ b/media-sound/moosic/moosic-1.5.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.5.0.ebuild,v 1.1 2004/04/04 00:10:29 eradicator Exp $
+
+DESCRIPTION="Moosic is a music player that focuses on easy playlist management"
+HOMEPAGE="http://www.nanoo.org/~daniel/moosic/"
+SRC_URI="http://www.nanoo.org/~daniel/moosic/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/python"
+
+src_install() {
+ make install INSTALL_PREFIX=$D/usr
+
+ insinto /etc/bash_completion.d/
+ newins bash_completion moosic
+ dodoc ChangeLog History Moosic_Client_API.txt README Todo
+}
+