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