summaryrefslogtreecommitdiffstats
path: root/extra/sdl_net/Pkgfile
blob: 75457bed0c69376c5c8a56711d42012161ea7fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Une librairie pour le net
# URL: http://www.libsdl.org/projects/SDL_net/
# Maintainer: NuTyX core team
# Packager: tux03 at tuxfamily dot org
# Depends on: sdl, guile
# Run on:
name=sdl_net
version=1.2.7
release=1
source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.7.tar.gz)
build() {
cd SDL_net-$version
        ./configure --prefix=/usr
        make
        make DESTDIR=$PKG install
}