opt/libsdl2/Pkgfile

17 lines
401 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: Juergen Daubert, jue at crux dot nu
# Depends on: alsa-lib mesa3d
2013-08-19 19:20:28 +02:00
name=libsdl2
2019-07-26 15:43:35 +02:00
version=2.0.10
2016-11-15 10:12:18 +01:00
release=1
2013-08-19 19:20:28 +02:00
source=(http://www.libsdl.org/release/SDL2-$version.tar.gz)
build () {
cd SDL2-$version
2019-01-08 17:44:49 +01:00
CONFIG_SHELL=/bin/bash ./configure --prefix=/usr
make
make DESTDIR=$PKG install
2013-08-19 19:20:28 +02:00
}