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