contrib/sdl_net/Pkgfile

19 lines
484 B
Plaintext
Raw Normal View History

2008-02-11 11:46:31 +01:00
# Description: A cross-platform networking library for SDL.
# URL: https://github.com/libsdl-org/SDL_net
# Maintainer: John McQuah, jmcquah at disroot dot org
2008-02-11 11:46:31 +01:00
# 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
source=(https://github.com/libsdl-org/SDL_net/archive/refs/tags/release-$version.tar.gz)
renames=($name-release-$version.tar.gz)
2008-02-11 11:46:31 +01:00
build() {
cd SDL_net-release-$version
./configure --prefix=/usr --enable-gui=no --disable-sdltest
2008-02-11 11:46:31 +01:00
make
make DESTDIR=$PKG install
}