1
0
forked from ports/opt
opt/cmus/Pkgfile
2005-12-05 23:21:47 +00:00

20 lines
593 B
Plaintext

# Description: Small and fast music player using the ncurses library
# URL: http://onion.dynserv.net/~timo/index.php?page=Projects/cmus
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
# Packager: Jukka Heino, jukka at karsikkopuu dot net
# Depends on:
# Nice to have: alsa-lib, flac, libid3tag, libmad, libmodplug, libvorbis
name=cmus
version=1.6.5
release=1
source=(http://onion.dynserv.net/~timo/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-arts
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/$name/doc
}