17 lines
616 B
Text
17 lines
616 B
Text
# Template file for 'SDL_net'
|
|
pkgname=SDL_net
|
|
version=1.2.7
|
|
revision=1
|
|
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
short_desc="Small sample cross-platform networking library for SDL"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=2ce7c84e62ff8117b9f205758bcce68ea603e08bc9d6936ded343735b8b77c53
|
|
long_desc="
|
|
This is a small sample cross-platform networking library which is
|
|
supplementary to the SDL (Simple DirectMedia Layer) library."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency run SDL
|
|
Add_dependency build SDL-devel
|