opt/cmus/Pkgfile

20 lines
495 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Small and fast music player using the ncurses library
2017-03-13 08:29:01 +01:00
# URL: https://cmus.github.io/
# Maintainer: Thomas Penteker, tek at serverop dot de
2020-08-16 15:28:11 +02:00
# Optional: alsa-lib flac libao libid3tag libmad libmodplug libmpcdec libvorbis
2006-02-23 16:26:10 +01:00
name=cmus
2019-04-20 00:56:39 +02:00
version=2.8.0
2010-03-26 17:16:56 +01:00
release=1
2019-04-20 00:56:39 +02:00
source=(https://github.com/cmus/cmus/archive/v${version}.tar.gz)
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
./configure prefix=/usr CONFIG_ARTS=n
2019-04-20 00:56:39 +02:00
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install install-man
2016-08-05 17:27:42 +02:00
rm -rf $PKG/usr/share/doc
2006-02-23 16:26:10 +01:00
}