List Archive: gentoo-dev
Hello guys,
i have detected that there is a very old version of mp3blaster in cvs.
Here is the ebuild-file for the newest one. I have no idea where to put.
Please help.
Sebastian Werner
Online:
sebastian@...
http://www.werner-productions.de
Phone:
+49.571.8294425
Adress:
Bismarckstraße 51
D-32427 Minden
System:
Linux wp.hn.org 2.4.4 i686
Date: Mon Apr 30 14:25:04 CEST 2001
Uptime: 1:43
|
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Philippe Namias <pnamias@g.o>
A=${P}p7.tar.gz
S=${WORKDIR}/mp3blaster-3.0p7/
DESCRIPTION="MP3 command line player"
SRC_URI="ftp://mud.stack.nl/pub/mp3blaster/${A}"
HOMEPAGE="http://www.stack.nl/~brama/mp3blaster"
DEPEND=">=sys-libs/ncurses-5.2"
src_compile() {
try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
try make
}
src_install () {
try make DESTDIR=${D} install
dodoc ANNOUNCE AUTHORS COPYING CREDITS ChangeLog FAQ NEWS README TODO
}
|
|