summaryrefslogtreecommitdiffstats
path: root/extra/libsidplay/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-07 00:00:07 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-07 00:00:07 +0100
commit7ec566c66fcc0fbdfebc733b73ace264827d013a (patch)
treecf036e410c88bb3d01da899fb39871b578d01218 /extra/libsidplay/Pkgfile
parent18e7157481637cb2f234daeccfb24d00813a90a6 (diff)
downloadnutyx-extra-7ec566c66fcc0fbdfebc733b73ace264827d013a.tar.gz
nutyx-extra-7ec566c66fcc0fbdfebc733b73ace264827d013a.tar.bz2
nutyx-extra-7ec566c66fcc0fbdfebc733b73ace264827d013a.tar.xz
nutyx-extra-7ec566c66fcc0fbdfebc733b73ace264827d013a.zip
libsidplay, déplacé dans base
Diffstat (limited to 'extra/libsidplay/Pkgfile')
-rw-r--r--extra/libsidplay/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/libsidplay/Pkgfile b/extra/libsidplay/Pkgfile
deleted file mode 100644
index c03e72f6b..000000000
--- a/extra/libsidplay/Pkgfile
+++ /dev/null
@@ -1,20 +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
-# Depends on:
-
-name=libsidplay
-version=1.36.59
-release=1
-source=(http://critical.ch/distfiles/$name-$version.tgz \
-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
-}
-