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