opt/cmus/Pkgfile
2007-10-20 02:29:24 +03:00

20 lines
585 B
Plaintext

# Description: Small and fast music player using the ncurses library
# URL: http://cmus.sf.net/
# Maintainer: Antti Nykänen, aon at iki dot fi
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on:
# Nice to have: alsa-lib, flac, libao, libid3tag, libmad, libmodplug, libmpcdec, libvorbis
name=cmus
version=2.2.0
release=1
source=(http://mirror.greaterscope.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure prefix=/usr mandir=/usr/man CONFIG_ARTS=n
make
make DESTDIR=$PKG install install-man
rm -rf $PKG/usr/share/doc
}