opt/cmus/Pkgfile

24 lines
661 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/
# Maintainer: Thomas Penteker, tek at serverop dot de
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
2014-08-16 17:49:01 +02:00
version=2.6.0
2010-03-26 17:16:56 +01:00
release=1
2014-05-22 11:31:57 +02:00
source=(https://github.com/cmus/cmus/archive/v${version}.tar.gz \
2011-12-03 14:59:53 +01:00
ffmpeg.diff)
2006-02-23 16:26:10 +01:00
build() {
2014-05-22 11:31:57 +02:00
cd $name-$version
2011-12-03 14:59:53 +01:00
patch -i ../ffmpeg.diff -p1
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
}