diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:39:41 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:39:41 +0200 |
commit | c6960d4aebc23d7f25a0f5c83940a591d7750dd9 (patch) | |
tree | d122bed6edbe2eb7de4b62ec1432ffc377d158db /extra/libsidplay/Pkgfile | |
parent | 36a2ee8975fe8b946fb05a0c46454257fb9a6b64 (diff) | |
download | nutyx-pakxe-c6960d4aebc23d7f25a0f5c83940a591d7750dd9.tar.gz nutyx-pakxe-c6960d4aebc23d7f25a0f5c83940a591d7750dd9.tar.bz2 nutyx-pakxe-c6960d4aebc23d7f25a0f5c83940a591d7750dd9.tar.xz nutyx-pakxe-c6960d4aebc23d7f25a0f5c83940a591d7750dd9.zip |
libsidplay dans extra
Diffstat (limited to 'extra/libsidplay/Pkgfile')
-rw-r--r-- | extra/libsidplay/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libsidplay/Pkgfile b/extra/libsidplay/Pkgfile new file mode 100644 index 000000000..11f15e618 --- /dev/null +++ b/extra/libsidplay/Pkgfile @@ -0,0 +1,19 @@ +# 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 +} + |