20 lines
694 B
Text
20 lines
694 B
Text
# Template file for 'SDL_net'
|
|
pkgname=SDL_net
|
|
version=1.2.8
|
|
homepage="http://www.libsdl.org/projects/SDL_net/"
|
|
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>"
|
|
license="BSD"
|
|
checksum=5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4
|
|
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 build SDL-devel
|
|
|
|
post_install() {
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
}
|