opt/libsdl/Pkgfile

25 lines
612 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: SDL, Simple DirectMedia Layer
# URL: http://www.libsdl.org
2009-01-12 10:05:41 +01:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2006-03-26 03:51:53 +02:00
# Packager: sten, nick dot steeves at shaw dot ca
2009-12-08 12:20:15 +01:00
# Depends on: alsa-lib mesa3d
2006-02-23 16:26:10 +01:00
name=libsdl
2012-01-23 08:40:08 +01:00
version=1.2.15
release=3
source=(http://www.libsdl.org/release/SDL-$version.tar.gz \
$name-1.2.x-libx11.patch $name-$version-bs.patch)
2006-02-23 16:26:10 +01:00
build () {
2009-01-12 10:05:41 +01:00
cd SDL-$version
2010-08-31 17:28:05 +02:00
patch -p1 -i $SRC/$name-1.2.x-libx11.patch
patch -p1 -i $SRC/$name-$version-bs.patch
2009-01-12 10:05:41 +01:00
./configure --prefix=/usr \
--enable-alsa \
--mandir=/usr/man
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}