opt/cmus/Pkgfile
2011-12-03 14:59:53 +01:00

24 lines
679 B
Plaintext

# Description: Small and fast music player using the ncurses library
# URL: http://cmus.sf.net/
# Maintainer: Thomas Penteker, tek at serverop dot de
# 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.4.3
release=1
source=(http://downloads.sourceforge.net/project/cmus/cmus-v${version}.tar.bz2 \
ffmpeg.diff)
build() {
cd $name-v${version}
patch -i ../ffmpeg.diff -p1
./configure prefix=/usr mandir=/usr/man CONFIG_ARTS=n
make
make DESTDIR=$PKG install install-man
rm -rf $PKG/usr/share/{doc,cmus/*.theme}
}