summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 23:31:14 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 23:31:14 +0100
commit06bf3f1ed5c3f057ad35a8be3319535a99ccbb28 (patch)
treeab1a090e1a15d6cd3fc0b023ced7e84293978119 /extra
parent9504ae6413336343b7628531bf48b9b828c6fcb8 (diff)
downloadnutyx-pakxe-06bf3f1ed5c3f057ad35a8be3319535a99ccbb28.tar.gz
nutyx-pakxe-06bf3f1ed5c3f057ad35a8be3319535a99ccbb28.tar.bz2
nutyx-pakxe-06bf3f1ed5c3f057ad35a8be3319535a99ccbb28.tar.xz
nutyx-pakxe-06bf3f1ed5c3f057ad35a8be3319535a99ccbb28.zip
libmodplug, déplacé dans base
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
-}
-