diff options
author | 2003-08-07 04:11:05 +0000 | |
---|---|---|
committer | 2003-08-07 04:11:05 +0000 | |
commit | d7ce262232861ae5d138c6cbe902c429c8675a86 (patch) | |
tree | ca88db4603b40f1e67cacfe1cd0182e4c968244b /media-sound/imp3sh | |
parent | fix license/repoman (diff) | |
download | gentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.tar.gz gentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.tar.bz2 gentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.zip |
fix license/repoman
Diffstat (limited to 'media-sound/imp3sh')
-rw-r--r-- | media-sound/imp3sh/imp3sh-0.2.3.ebuild | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/media-sound/imp3sh/imp3sh-0.2.3.ebuild b/media-sound/imp3sh/imp3sh-0.2.3.ebuild index 261e8ec99112..0b1a7e7f738e 100644 --- a/media-sound/imp3sh/imp3sh-0.2.3.ebuild +++ b/media-sound/imp3sh/imp3sh-0.2.3.ebuild @@ -1,33 +1,27 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.3 2003/07/12 20:30:52 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.4 2003/08/07 04:10:45 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="flexible playlist manipulation shell and song player/streamer" -SRC_URI="http://www.geocities.com/kman_can/${P}.tar.gz" HOMEPAGE="http://www.geocities.com/kman_can/" +SRC_URI="http://www.geocities.com/kman_can/${P}.tar.gz" + LICENSE="GPL-2" -KEYWORDS="x86" SLOT="0" - -IUSE="" +KEYWORDS="x86" DEPEND="sys-libs/ncurses - oggvorbis? ( media-libs/libvorbis - media-libs/libogg - media-libs/libao )" + oggvorbis? ( media-libs/libvorbis + media-libs/libogg + media-libs/libao )" RDEPEND="" - src_compile() { - econf || die emake || die - } -src_install () { - +src_install() { make DESTDIR=${D} install || die dodoc README* CHANGES web/README.imp3web web/imp3web.php EXAMPLE.imp3sh EXTERNAL.players # Some docs are liner notes in the actual .c files. UHG. |