summaryrefslogtreecommitdiff
path: root/libsdl/Pkgfile
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-03-26 01:51:53 +0000
committerSimone Rota <sip@crux.nu>2006-03-26 01:51:53 +0000
commit562c4b953d8cd4c9f7587d49613ddb510f7bdbe2 (patch)
treea910893042011d5063217236f3bf18a34a9864be /libsdl/Pkgfile
parent3a2280fd6b0fb52d4a96bfb87144305f412e5c7b (diff)
downloadopt-562c4b953d8cd4c9f7587d49613ddb510f7bdbe2.tar.gz
opt-562c4b953d8cd4c9f7587d49613ddb510f7bdbe2.tar.xz
libsdl: added gcc4 patch
Diffstat (limited to 'libsdl/Pkgfile')
-rw-r--r--libsdl/Pkgfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/libsdl/Pkgfile b/libsdl/Pkgfile
index 5f7992618..841cbc9a4 100644
--- a/libsdl/Pkgfile
+++ b/libsdl/Pkgfile
@@ -1,18 +1,20 @@
# 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 varlock dot com
-# Packager: Daniel Mueller, daniel at danm dot de
+# Maintainer: Simone Rota, sip at crux dot nu
+# Packager: sten, nick dot steeves at shaw dot ca
# Depends on: alsa-lib
name=libsdl
version=1.2.9
-release=1
-source=(http://www.libsdl.org/release/SDL-$version.tar.gz)
+release=2
+source=(http://www.libsdl.org/release/SDL-$version.tar.gz $name-$version-gcc4.patch)
build () {
cd SDL-$version
+ patch -p1 -i $SRC/$name-$version-gcc4.patch
./configure --prefix=/usr \
- --enable-alsa
+ --enable-alsa
make
make DESTDIR=$PKG install
}

Generated by cgit