diff options
author | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-18 09:20:39 +0100 |
---|---|---|
committer | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-18 09:20:39 +0100 |
commit | b1346931d78dd4268ab552e1f5569b53fc971b9a (patch) | |
tree | fb3a3926a5a3dfa77c43d922fd06447fa0146e5d /extra/libsdl/Pkgfile | |
parent | 4712e287c27c7b4b62403fd1e09ddeae07b27704 (diff) | |
download | nutyx-extra-b1346931d78dd4268ab552e1f5569b53fc971b9a.tar.gz nutyx-extra-b1346931d78dd4268ab552e1f5569b53fc971b9a.tar.bz2 nutyx-extra-b1346931d78dd4268ab552e1f5569b53fc971b9a.tar.xz nutyx-extra-b1346931d78dd4268ab552e1f5569b53fc971b9a.zip |
Ajout de libsdl#1.2.13-1
Diffstat (limited to 'extra/libsdl/Pkgfile')
-rw-r--r-- | extra/libsdl/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/libsdl/Pkgfile b/extra/libsdl/Pkgfile new file mode 100644 index 000000000..11f9eedaa --- /dev/null +++ b/extra/libsdl/Pkgfile @@ -0,0 +1,22 @@ +# Description: SDL, Simple DirectMedia Layer +# URL: http://www.libsdl.org +# Maintainer: Jose V Beneyto <sepen at crux dot nu> +# Packager: sten <nick dot steeves at shaw dot ca> +# Depends on: alsa-lib, mesa3d + +name=libsdl +version=1.2.13 +release=1 +source=( http://www.libsdl.org/release/SDL-$version.tar.gz ) + +build () { + cd SDL-$version + + # Compilation + ./configure --prefix=/usr \ + --enable-alsa \ + --mandir=/usr/man + make + make DESTDIR=$PKG install +} + |