summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/libmodplug/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/libmodplug/Pkgfile b/extra/libmodplug/Pkgfile
deleted file mode 100644
index dec82d448..000000000
--- a/extra/libmodplug/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Librairie MOD
-# URL: http://modplug-xmms.sourceforge.net/
-# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com
-# Depends on:
-
-name=libmodplug
-version=0.8.7
-release=1
-source=(http://downloads.sourceforge.net/sourceforge/modplug-xmms/$name-$version.tar.gz)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-