opt/sdl_net/Pkgfile

17 lines
386 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: A cross-platform networking library for SDL.
# URL: http://www.libsdl.org/projects/SDL_net/
2006-10-09 18:47:27 +00:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 15:26:10 +00:00
# Depends on: libsdl
name=sdl_net
2006-10-14 20:21:53 +00:00
version=1.2.6
2006-02-23 15:26:10 +00: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 20:21:53 +00:00
./configure --prefix=/usr
2006-02-23 15:26:10 +00:00
make
make DESTDIR=$PKG install
}