SDL_net: update to 1.2.8.

This commit is contained in:
Juan RP 2012-01-16 15:13:34 +01:00
parent 7c4d21e064
commit 3be16d98bb
3 changed files with 14 additions and 11 deletions

View File

@ -5,13 +5,11 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run SDL-devel
Add_dependency run SDL_net
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
do_install() {
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
}

View File

@ -1,2 +1,2 @@
abi_depends=">=1.2.7"
api_depends="${abi_depends}"
api_depends=">=1.2.8" # pkgconfig support in -devel pkg.

View File

@ -1,15 +1,20 @@
# Template file for 'SDL_net'
pkgname=SDL_net
version=1.2.7
revision=2
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>"
checksum=2ce7c84e62ff8117b9f205758bcce68ea603e08bc9d6936ded343735b8b77c53
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}
}