void-packages/srcpkgs/SDL_net/template
2012-01-16 15:13:34 +01:00

21 lines
694 B
Plaintext

# 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}
}