contrib/sdl2_net/Pkgfile

20 lines
465 B
Plaintext

# Description: A cross-platform networking library for SDL2.
# URL: https://www.libsdl.org/projects/SDL_net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libsdl2
name=sdl2_net
version=2.2.0
release=1
source=(https://www.libsdl.org/projects/SDL_net/release/SDL2_net-$version.tar.gz)
build() {
cd SDL2_net-$version
./configure --prefix=/usr \
--disable-examples \
--disable-static \
--disable-sdltest
make
make DESTDIR=$PKG install
}