contrib/moc/Pkgfile

25 lines
515 B
Plaintext
Raw Normal View History

2008-08-03 02:13:18 +10:00
# Description: Console audio player.
# URL: http://moc.daper.net/
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
2016-06-28 10:58:22 +10:00
# Depends on: curl libid3tag libmad libsndfile popt
2008-08-03 02:13:18 +10:00
name=moc
2018-03-29 23:32:14 +11:00
version=2.5.2
2009-08-19 20:14:12 +10:00
release=1
2018-03-29 23:32:14 +11:00
source=(http://ftp.daper.net/pub/soft/moc/stable/$name-$version.tar.bz2)
2008-08-03 02:13:18 +10:00
build() {
cd $name-$version
2008-08-03 02:13:18 +10:00
./configure \
--prefix=/usr \
--disable-nls \
--disable-debug
make
make DESTDIR=$PKG install
install -D -m 0644 -t $PKG/usr/share/moc/ config.example keymap.example
rm -rf $PKG/usr/share/doc
}