contrib/moc/Pkgfile
2012-01-11 17:51:29 +11:00

27 lines
600 B
Plaintext

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