summaryrefslogtreecommitdiffstats
path: root/sdl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/Pkgfile')
-rwxr-xr-xsdl/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/sdl/Pkgfile b/sdl/Pkgfile
new file mode 100755
index 000000000..25b00e9fe
--- /dev/null
+++ b/sdl/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Librairie pour le multimedia en mode framebuffer
+# URL: http://www.libsdl.org/
+# Maintainer: NuTyX
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: alsa-lib, esound, nas, mesa3d
+# Run on: alsa-lib,esound,nas,mesa3d
+
+name=sdl
+version=1.2.14
+release=1
+source=(http://www.libsdl.org/release/SDL-$version.tar.gz)
+
+build() {
+ cd SDL-$version
+ ./configure --prefix=/usr \
+ --disable-nasm \
+ --enable-alsa \
+ --enable-esd \
+ --with-x \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}
+