summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-01-05 18:44:15 +0000
committerMike Frysinger <vapier@gentoo.org>2003-01-05 18:44:15 +0000
commitbfc8433042702ea79d039994ec0997b5a258ac81 (patch)
tree4c068d65e969ab9ee244d3eac8f628661e2f0a92 /media-sound/mp3blaster/mp3blaster-3.1.1.ebuild
parentupdated DEPEND and added ppc to KEYWORDS (diff)
downloadgentoo-2-bfc8433042702ea79d039994ec0997b5a258ac81.tar.gz
gentoo-2-bfc8433042702ea79d039994ec0997b5a258ac81.tar.bz2
gentoo-2-bfc8433042702ea79d039994ec0997b5a258ac81.zip
added ppc to KEYWORDS
Diffstat (limited to 'media-sound/mp3blaster/mp3blaster-3.1.1.ebuild')
-rw-r--r--media-sound/mp3blaster/mp3blaster-3.1.1.ebuild16
1 files changed, 7 insertions, 9 deletions
diff --git a/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild b/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild
index 052d01fcd3cc..92ceed0e6c4f 100644
--- a/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild
+++ b/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild
@@ -1,11 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild,v 1.8 2002/12/15 11:58:45 bjb Exp $
-
-IUSE="nas oggvorbis mysql"
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild,v 1.9 2003/01/05 18:44:15 vapier Exp $
DESCRIPTION="Command line MP3 player."
HOMEPAGE="http://www.stack.nl/~brama/mp3blaster/"
+SRC_URI="ftp://mud.stack.nl/pub/mp3blaster/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="x86 ppc alpha"
+IUSE="nas oggvorbis mysql"
LICENSE="GPL-2"
DEPEND=">=sys-libs/ncurses-5.2
@@ -13,11 +16,6 @@ DEPEND=">=sys-libs/ncurses-5.2
mysql? ( >=dev-db/mysql-3.23.36 )
oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 )"
-SLOT="0"
-KEYWORDS="x86 alpha"
-SRC_URI="ftp://mud.stack.nl/pub/mp3blaster/${P}.tar.gz"
-S=${WORKDIR}/${P}
-
src_compile() {
local myconf
### Looks like NAS support is broken, at least with NAS 1.5 and
@@ -45,7 +43,7 @@ src_compile() {
make CC="gcc ${CFLAGS}" CXX="c++ ${CXXFLAGS}" || die
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die
dodoc ANNOUNCE AUTHORS COPYING CREDITS ChangeLog FAQ NEWS README TODO
}