summaryrefslogtreecommitdiff
path: root/libsdl2/Pkgfile
blob: 4b012ec5439aa228cc7996b7c2752537ca07910e (plain)
    1 # Description: SDL version 2, Simple DirectMedia Layer 
    2 # URL: http://www.libsdl.org
    3 # Maintainer: Jose V Beneyto, sepen at crux dot nu
    4 # Depends on: alsa-lib mesa3d
    5 
    6 name=libsdl2
    7 version=2.0.4
    8 release=2
    9 source=(http://www.libsdl.org/release/SDL2-$version.tar.gz)
   10 
   11 build () {
   12   cd SDL2-$version
   13 
   14   ./configure --prefix=/usr \
   15               --enable-alsa
   16 
   17   make
   18   make DESTDIR=$PKG install
   19 }

Generated by cgit