CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libmatchbox: Initial import (verified compilation).
[attic/ports/opt-cross.git] / libsdl / Pkgfile
CommitLineData
843e7e0d
JB
1# Description: SDL Simple DirectMedia Layer
2# URL: http://www.libsdl.org
3# Packager: sten nick dot steeves at shaw dot ca
4# Maintainer: Jose V Beneyto sepen at crux dot nu
5# Depends on:
6
7name=libsdl
8version=1.2.14
9release=1
10source=(http://www.libsdl.org/release/SDL-$version.tar.gz)
11
12build () {
13 cd SDL-$version
14
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr \
18 --enable-alsa \
19 --mandir=/usr/man
20
21 make
22 make DESTDIR=$PKG install
23}