opt/libsdl2/Pkgfile

21 lines
426 B
Plaintext
Raw Normal View History

2013-08-19 19:20:28 +02:00
# Description: SDL version 2, Simple DirectMedia Layer
# URL: http://www.libsdl.org
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on: alsa-lib mesa3d
name=libsdl2
2013-10-25 10:43:27 +02:00
version=2.0.1
2013-08-19 19:20:28 +02:00
release=1
source=(http://www.libsdl.org/release/SDL2-$version.tar.gz)
build () {
cd SDL2-$version
./configure --prefix=/usr \
--enable-alsa \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}