2006-02-23 15:26:10 +00:00
|
|
|
# Description: Small and fast music player using the ncurses library
|
2007-10-20 02:29:24 +03:00
|
|
|
# URL: http://cmus.sf.net/
|
2008-06-24 21:50:32 +03:00
|
|
|
# Maintainer: Antti Nykanen, aon at iki dot fi
|
2006-04-13 04:29:47 +00:00
|
|
|
# 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
|
2007-07-27 19:33:16 +03:00
|
|
|
version=2.2.0
|
2008-07-13 00:07:01 +03:00
|
|
|
release=2
|
2007-10-20 02:29:24 +03:00
|
|
|
source=(http://mirror.greaterscope.net/$name/$name-$version.tar.bz2)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2006-06-19 12:56:04 +00:00
|
|
|
./configure prefix=/usr mandir=/usr/man CONFIG_ARTS=n
|
2006-02-23 15:26:10 +00:00
|
|
|
make
|
2006-03-01 20:41:23 +00:00
|
|
|
make DESTDIR=$PKG install install-man
|
2008-07-13 00:07:01 +03:00
|
|
|
rm -rf $PKG/usr/share/{doc,cmus/*.theme}
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|