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/
|
2010-03-01 00:53:24 +01:00
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
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
|
2012-11-20 23:14:54 +01:00
|
|
|
version=2.5.0
|
2010-03-26 17:16:56 +01:00
|
|
|
release=1
|
2011-12-03 14:59:53 +01:00
|
|
|
source=(http://downloads.sourceforge.net/project/cmus/cmus-v${version}.tar.bz2 \
|
|
|
|
ffmpeg.diff)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
2010-03-02 22:39:16 +01:00
|
|
|
cd $name-v${version}
|
2011-12-03 14:59:53 +01:00
|
|
|
|
|
|
|
patch -i ../ffmpeg.diff -p1
|
|
|
|
|
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
|
|
|
}
|