diff options
author | John J. Ellis <jje@gentoo.org> | 2003-05-25 13:46:27 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-05-25 13:46:27 +0000 |
commit | 9c8028db17db1835145d25ffa896a4be8bf8f346 (patch) | |
tree | 1061612a425a5eb82aa6f89e315eccdf584bffd4 /media-sound/moosic/moosic-1.4.3.ebuild | |
parent | cleanup (diff) | |
download | historical-9c8028db17db1835145d25ffa896a4be8bf8f346.tar.gz historical-9c8028db17db1835145d25ffa896a4be8bf8f346.tar.bz2 historical-9c8028db17db1835145d25ffa896a4be8bf8f346.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.ebuild | 21 |
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 +} + |