opt/cmus/Pkgfile

20 lines
600 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Small and fast music player using the ncurses library
2007-10-20 01:29:24 +02:00
# URL: http://cmus.sf.net/
2008-06-24 20:50:32 +02:00
# Maintainer: Antti Nykanen, aon at iki dot fi
2006-04-13 06:29:47 +02:00
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 16:26:10 +01:00
# Depends on:
2006-02-25 16:55:48 +01:00
# Nice to have: alsa-lib, flac, libao, libid3tag, libmad, libmodplug, libmpcdec, libvorbis
2006-02-23 16:26:10 +01:00
name=cmus
2007-07-27 18:33:16 +02:00
version=2.2.0
release=2
2007-10-20 01:29:24 +02:00
source=(http://mirror.greaterscope.net/$name/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2006-06-19 14:56:04 +02:00
./configure prefix=/usr mandir=/usr/man CONFIG_ARTS=n
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install install-man
rm -rf $PKG/usr/share/{doc,cmus/*.theme}
2006-02-23 16:26:10 +01:00
}