contrib/sdl_net/Pkgfile

19 lines
438 B
Plaintext
Raw Normal View History

2008-02-11 11:46:31 +01:00
# Description: A cross-platform networking library for SDL.
# URL: http://www.libsdl.org/projects/SDL_net/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2008-02-11 11:46:31 +01:00
# Packager: Simone Rota, sip at crux dot nu
# Depends on: libsdl
name=sdl_net
2020-05-31 14:14:57 +02:00
version=1.2.8
2008-02-11 11:46:31 +01:00
release=1
2020-05-31 14:14:57 +02:00
source=(https://www.libsdl.org/projects/SDL_net/release/SDL_net-$version.tar.gz)
2008-02-11 11:46:31 +01:00
build() {
cd SDL_net-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}