summaryrefslogtreecommitdiff
path: root/libsdl/Pkgfile
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2008-04-02 01:34:58 +0000
committerSimone Rota <sip@crux.nu>2008-04-02 01:35:18 +0000
commit838b7a6179deba2d05d90159189855bf42006e37 (patch)
tree228eb30d69790eb95f09d4068a7be98bc5cca183 /libsdl/Pkgfile
parent132da411284d71d3746817a87bfbb0df61e78456 (diff)
downloadopt-838b7a6179deba2d05d90159189855bf42006e37.tar.gz
opt-838b7a6179deba2d05d90159189855bf42006e37.tar.xz
libsdl: updated to 1.2.13 (thanks tilman)
Diffstat (limited to 'libsdl/Pkgfile')
-rw-r--r--libsdl/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsdl/Pkgfile b/libsdl/Pkgfile
index 09f426d33..acf3c33aa 100644
--- a/libsdl/Pkgfile
+++ b/libsdl/Pkgfile
@@ -6,7 +6,7 @@
# Depends on: alsa-lib
name=libsdl
-version=1.2.12
+version=1.2.13
release=1
source=(http://www.libsdl.org/release/SDL-$version.tar.gz)
@@ -14,7 +14,7 @@ build () {
cd SDL-$version
#patch -p1 -i $SRC/$name-$version-gcc4.patch
./configure --prefix=/usr \
- --enable-alsa
+ --enable-alsa --mandir=/usr/man
make
make DESTDIR=$PKG install
}

Generated by cgit