summaryrefslogtreecommitdiffstats
path: root/sdl/Pkgfile
blob: 25b00e9fe8e118544ffd9b447aa9412238a90bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Description: Librairie pour le multimedia en mode framebuffer
# URL: http://www.libsdl.org/
# Maintainer: NuTyX
# Packager: thierryn1 at hispeed dot ch
# Depends on: alsa-lib, esound, nas, mesa3d
# Run on: alsa-lib,esound,nas,mesa3d

name=sdl
version=1.2.14
release=1
source=(http://www.libsdl.org/release/SDL-$version.tar.gz)

build() {
	cd SDL-$version
	./configure --prefix=/usr \
		--disable-nasm \
		--enable-alsa \
		--enable-esd \
		--with-x \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
}