# Description: Console audio player. # URL: http://moc.daper.net/ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: curl libid3tag libmad libsndfile popt name=moc version=2.5.2 release=1 source=(http://ftp.daper.net/pub/soft/moc/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 }