#Packager: George Vlahavas pkgname=moc pkgver=2.4.4 pkgrel=1gv arch=x86_64 source=(ftp://ftp.daper.net/pub/soft/moc/stable/moc-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "thanks") url=http://moc.daper.net slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "moc (A console audio player)" "You just need to select a file from some directory using the menu" "similar to Midnight Commander, and MOC will start playing all files in" "this directory beginning from the chosen file. There is no need to" "create play lists like in other players." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --without-ffmpeg --without-speex --disable-static --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }