opt/cmus/Pkgfile

20 lines
624 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: Small and fast music player using the ncurses library
# URL: http://onion.dynserv.net/~timo/cmus.html
2006-04-13 04:29:47 +00:00
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 15:26:10 +00:00
# Depends on:
2006-02-25 15:55:48 +00:00
# Nice to have: alsa-lib, flac, libao, libid3tag, libmad, libmodplug, libmpcdec, libvorbis
2006-02-23 15:26:10 +00:00
name=cmus
2006-02-25 15:55:48 +00:00
version=2.0.0
release=2
2006-02-23 15:26:10 +00:00
source=(http://onion.dynserv.net/~timo/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --disable-arts
2006-02-23 15:26:10 +00:00
make
make DESTDIR=$PKG install install-man
2006-02-23 15:26:10 +00:00
rm -rf $PKG/usr/share/doc
}