contrib/sdl_net/Pkgfile

18 lines
485 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
2023-10-15 13:26:23 +02:00
version=1.2.9
_commit=f5e3ef18937df3593c2d742ccfa89845ba13be4d
2008-02-11 11:46:31 +01:00
release=1
2023-10-15 13:26:23 +02:00
source=(https://github.com/libsdl-org/SDL_net/archive/$_commit/$name-$version.tar.gz)
2008-02-11 11:46:31 +01:00
build() {
2023-10-15 13:26:23 +02:00
cd SDL_net-$_commit
./configure --prefix=/usr --enable-gui=no --disable-sdltest
make
make DESTDIR=$PKG install
2008-02-11 11:46:31 +01:00
}