diff options
Diffstat (limited to 'test/moc/Pkgfile')
-rw-r--r-- | test/moc/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/moc/Pkgfile b/test/moc/Pkgfile new file mode 100644 index 000000000..6e6b7334a --- /dev/null +++ b/test/moc/Pkgfile @@ -0,0 +1,17 @@ +# Description: Music On Console - lecteur audio en console +# URL: http://moc.daper.net/ +# Maintainer: NuTyX core team +# Packager: skingrapher at legtux dot org +# Depends on: flac, libmpeg3, musepack, libsndfile, speex, libvorbis + +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 + make + make DESTDIR=$PKG install +} |