diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-25 23:22:15 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-25 23:22:15 +0100 |
commit | 9bbff0a15fa44eebfb8f844ca621bd4cc598552c (patch) | |
tree | 696f8036d48ca69ba500afe74f05640da0e5598f /extra/libsdl/Pkgfile | |
parent | c992853c95ea02b26330dd59b602aa762412588e (diff) | |
download | nutyx-extra-9bbff0a15fa44eebfb8f844ca621bd4cc598552c.tar.gz nutyx-extra-9bbff0a15fa44eebfb8f844ca621bd4cc598552c.tar.bz2 nutyx-extra-9bbff0a15fa44eebfb8f844ca621bd4cc598552c.tar.xz nutyx-extra-9bbff0a15fa44eebfb8f844ca621bd4cc598552c.zip |
Suppression du port libsdl, doublon
Diffstat (limited to 'extra/libsdl/Pkgfile')
-rw-r--r-- | extra/libsdl/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/libsdl/Pkgfile b/extra/libsdl/Pkgfile deleted file mode 100644 index 11f9eedaa..000000000 --- a/extra/libsdl/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# 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 -} - |