opt/libsdl/Pkgfile

21 lines
581 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: SDL, Simple DirectMedia Layer
2006-03-26 03:51:53 +02:00
# Description: a multimedia library which provides fast access to both graphics framebuffers and audio devices
2006-02-23 16:26:10 +01:00
# URL: http://www.libsdl.org
2006-03-26 03:51:53 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: sten, nick dot steeves at shaw dot ca
2006-02-23 16:26:10 +01:00
# Depends on: alsa-lib
name=libsdl
2007-08-18 00:25:08 +02:00
version=1.2.12
2006-09-21 18:24:55 +02:00
release=1
source=(http://www.libsdl.org/release/SDL-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
cd SDL-$version
2006-09-21 18:24:55 +02:00
#patch -p1 -i $SRC/$name-$version-gcc4.patch
2006-02-23 16:26:10 +01:00
./configure --prefix=/usr \
2006-03-26 03:51:53 +02:00
--enable-alsa
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}