opt/libsdl2/Pkgfile

20 lines
392 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
2016-01-04 12:17:16 +01:00
version=2.0.4
2016-01-21 01:08:07 +01:00
release=2
2013-08-19 19:20:28 +02:00
source=(http://www.libsdl.org/release/SDL2-$version.tar.gz)
build () {
cd SDL2-$version
./configure --prefix=/usr \
2016-01-21 01:08:07 +01:00
--enable-alsa
2013-08-19 19:20:28 +02:00
make
make DESTDIR=$PKG install
}