summaryrefslogtreecommitdiffstats
path: root/extra/libsidplay/Pkgfile
diff options
context:
space:
mode:
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
-}
-