summaryrefslogtreecommitdiffstats
path: root/test/moc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/moc/Pkgfile')
-rw-r--r--test/moc/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/moc/Pkgfile b/test/moc/Pkgfile
deleted file mode 100644
index 6e6b7334a..000000000
--- a/test/moc/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}