summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-05-25 13:46:27 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-05-25 13:46:27 +0000
commit2b46c0e4c990d4b1e6305f35a134e3a083d32656 (patch)
tree19d47127ad03b16695e25885073950400313efc3 /media-sound/moosic/moosic-1.4.3.ebuild
parentcleanup (diff)
downloadgentoo-2-2b46c0e4c990d4b1e6305f35a134e3a083d32656.tar.gz
gentoo-2-2b46c0e4c990d4b1e6305f35a134e3a083d32656.tar.bz2
gentoo-2-2b46c0e4c990d4b1e6305f35a134e3a083d32656.zip
Version bump (~x86 masked) closes #21362
Diffstat (limited to 'media-sound/moosic/moosic-1.4.3.ebuild')
-rw-r--r--media-sound/moosic/moosic-1.4.3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-sound/moosic/moosic-1.4.3.ebuild b/media-sound/moosic/moosic-1.4.3.ebuild
new file mode 100644
index 000000000000..486c98879a9b
--- /dev/null
+++ b/media-sound/moosic/moosic-1.4.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.4.3.ebuild,v 1.1 2003/05/25 13:45:47 jje 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"
+S=${WORKDIR}/${P}
+
+src_install() {
+ make install INSTALL_PREFIX=$D/usr
+
+ dodoc ChangeLog History Moosic_Client_API.txt README Todo
+}
+