summaryrefslogtreecommitdiffstats
path: root/base/libsidplay/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:39:41 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:39:41 +0200
commitc6960d4aebc23d7f25a0f5c83940a591d7750dd9 (patch)
treed122bed6edbe2eb7de4b62ec1432ffc377d158db /base/libsidplay/Pkgfile
parent36a2ee8975fe8b946fb05a0c46454257fb9a6b64 (diff)
downloadnutyx-extra-c6960d4aebc23d7f25a0f5c83940a591d7750dd9.tar.gz
nutyx-extra-c6960d4aebc23d7f25a0f5c83940a591d7750dd9.tar.bz2
nutyx-extra-c6960d4aebc23d7f25a0f5c83940a591d7750dd9.tar.xz
nutyx-extra-c6960d4aebc23d7f25a0f5c83940a591d7750dd9.zip
libsidplay dans extra
Diffstat (limited to 'base/libsidplay/Pkgfile')
-rw-r--r--base/libsidplay/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/base/libsidplay/Pkgfile b/base/libsidplay/Pkgfile
deleted file mode 100644
index 11f15e618..000000000
--- a/base/libsidplay/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Librairie pour lire des fichiers SID
-# URL: http://critical.ch/distfiles
-# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com
-
-name=libsidplay
-version=1.36.59
-release=1
-source=(http://critical.ch/distfiles/$name-$version.tgz \
-http://nutyx.meticul.eu/files/patchs/$name/libsidplay-1.36.59-gcc43.patch)
-
-build() {
-cd $name-$version
- patch -p1 < ../libsidplay-1.36.59-gcc43.patch
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-