opt/libsdl/Pkgfile

19 lines
432 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: SDL, Simple DirectMedia Layer
# URL: http://www.libsdl.org
# Maintainer: Simone Rota, sip at varlock dot com
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: alsa-lib
name=libsdl
version=1.2.9
release=1
source=(http://www.libsdl.org/release/SDL-$version.tar.gz)
build () {
cd SDL-$version
./configure --prefix=/usr \
--enable-alsa
make
make DESTDIR=$PKG install
}