From 845642afd712969fe3291037096a93bb8085c809 Mon Sep 17 00:00:00 2001 From: JoseVBeneyto Date: Mon, 12 Jan 2009 09:05:41 +0000 Subject: [PATCH] libsdl: new maintainer and cleaned up --- libsdl/Pkgfile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/libsdl/Pkgfile b/libsdl/Pkgfile index 21c8912bb..3337db426 100644 --- a/libsdl/Pkgfile +++ b/libsdl/Pkgfile @@ -1,7 +1,6 @@ # Description: SDL, Simple DirectMedia Layer -# Description: a multimedia library which provides fast access to both graphics framebuffers and audio devices # URL: http://www.libsdl.org -# Maintainer: Simone Rota, sip at crux dot nu +# Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: sten, nick dot steeves at shaw dot ca # Depends on: alsa-lib, mesa3d @@ -11,10 +10,10 @@ release=1 source=(http://www.libsdl.org/release/SDL-$version.tar.gz) build () { - cd SDL-$version - #patch -p1 -i $SRC/$name-$version-gcc4.patch - ./configure --prefix=/usr \ - --enable-alsa --mandir=/usr/man - make - make DESTDIR=$PKG install + cd SDL-$version + ./configure --prefix=/usr \ + --enable-alsa \ + --mandir=/usr/man + make + make DESTDIR=$PKG install }