SDL_net: update to 1.2.8.
This commit is contained in:
parent
7c4d21e064
commit
3be16d98bb
3 changed files with 14 additions and 11 deletions
|
@ -5,13 +5,11 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run SDL-devel
|
Add_dependency run SDL-devel
|
||||||
|
Add_dependency run SDL_net
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
vmove usr/include usr
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=1.2.7"
|
abi_depends=">=1.2.7"
|
||||||
api_depends="${abi_depends}"
|
api_depends=">=1.2.8" # pkgconfig support in -devel pkg.
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
# Template file for 'SDL_net'
|
# Template file for 'SDL_net'
|
||||||
pkgname=SDL_net
|
pkgname=SDL_net
|
||||||
version=1.2.7
|
version=1.2.8
|
||||||
revision=2
|
homepage="http://www.libsdl.org/projects/SDL_net/"
|
||||||
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
|
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Small sample cross-platform networking library for SDL"
|
short_desc="Small sample cross-platform networking library for SDL"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=2ce7c84e62ff8117b9f205758bcce68ea603e08bc9d6936ded343735b8b77c53
|
license="BSD"
|
||||||
|
checksum=5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4
|
||||||
long_desc="
|
long_desc="
|
||||||
This is a small sample cross-platform networking library which is
|
This is a small sample cross-platform networking library which is
|
||||||
supplementary to the SDL (Simple DirectMedia Layer) library."
|
supplementary to the SDL (Simple DirectMedia Layer) library."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency build SDL-devel
|
Add_dependency build SDL-devel
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue