diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-07 00:00:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-07 00:00:07 +0100 |
commit | 7ec566c66fcc0fbdfebc733b73ace264827d013a (patch) | |
tree | cf036e410c88bb3d01da899fb39871b578d01218 /base/libsidplay/Pkgfile | |
parent | 18e7157481637cb2f234daeccfb24d00813a90a6 (diff) | |
download | nutyx-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 'base/libsidplay/Pkgfile')
-rw-r--r-- | base/libsidplay/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/base/libsidplay/Pkgfile b/base/libsidplay/Pkgfile new file mode 100644 index 000000000..4603412ca --- /dev/null +++ b/base/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 \ +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 +} + |