opt/libsdl/Pkgfile

23 lines
517 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
2009-12-08 12:20:15 +01:00
version=1.2.14
2010-08-31 17:28:05 +02:00
release=2
source=(http://www.libsdl.org/release/SDL-$version.tar.gz \
$name.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.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
}