contrib/moc/Pkgfile
2016-06-28 10:58:22 +10:00

25 lines
567 B
Plaintext

# Description: Console audio player.
# URL: http://moc.daper.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Stoyan Zhekov, zhware at hotpop dot com
# Depends on: curl libid3tag libmad libsndfile popt
name=moc
version=2.5.1
release=1
source=(ftp://ftp.daper.net/pub/soft/$name/stable/$name-$version.tar.bz2)
build() {
cd $name-$version
./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
}