opt/sdl_net/Pkgfile

17 lines
386 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A cross-platform networking library for SDL.
# URL: http://www.libsdl.org/projects/SDL_net/
2006-10-09 20:47:27 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: libsdl
name=sdl_net
2006-10-14 22:21:53 +02:00
version=1.2.6
2006-02-23 16:26:10 +01:00
release=1
source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-$version.tar.gz)
build() {
cd SDL_net-$version
2006-10-14 22:21:53 +02:00
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}