summaryrefslogtreecommitdiff
path: root/libsdl/Pkgfile
diff options
context:
space:
mode:
authorJoseVBeneyto <sepen@users.sourceforge.net>2009-01-12 09:05:41 +0000
committerJoseVBeneyto <sepen@users.sourceforge.net>2009-01-12 09:05:41 +0000
commit845642afd712969fe3291037096a93bb8085c809 (patch)
treea10659cc854ed45f7c5402a10684927c9477e87f /libsdl/Pkgfile
parent80abeb38ca86be95285b7a84fb13e5ef6de12b6c (diff)
downloadopt-845642afd712969fe3291037096a93bb8085c809.tar.gz
opt-845642afd712969fe3291037096a93bb8085c809.tar.xz
libsdl: new maintainer and cleaned up
Diffstat (limited to 'libsdl/Pkgfile')
-rw-r--r--libsdl/Pkgfile15
1 files 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
}

Generated by cgit