contrib/moc/Pkgfile

30 lines
699 B
Plaintext
Raw Normal View History

2008-08-02 18:13:18 +02:00
# Description: Console audio player.
# URL: http://moc.daper.net/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2008-08-02 18:13:18 +02:00
# Packager: Stoyan Zhekov, zhware at hotpop dot com
# Depends on: curl libsndfile libvorbis libid3tag libmad
2008-08-02 18:13:18 +02:00
name=moc
version=2.4.3
release=3
source=(ftp://ftp.daper.net/pub/soft/$name/stable/$name-$version.tar.bz2
$name-2.4.3-ffmpeg_headers.patch)
2008-08-02 18:13:18 +02:00
build() {
cd $name-$version
patch -p 1 -i $SRC/$name-2.4.3-ffmpeg_headers.patch
2008-08-02 18:13:18 +02:00
./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
}