SDL_net: move so symlink to -devel pkg.
This commit is contained in:
parent
21978cfdea
commit
b5f8a16461
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'SDL_net'
|
||||
pkgname=SDL_net
|
||||
version=1.2.8
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="SDL-devel"
|
||||
|
@ -11,19 +11,17 @@ license="BSD"
|
|||
homepage="http://www.libsdl.org/projects/SDL_net/"
|
||||
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
|
||||
checksum=5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4
|
||||
long_desc="
|
||||
This is a small sample cross-platform networking library which is
|
||||
supplementary to the SDL (Simple DirectMedia Layer) library."
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
||||
SDL_net-devel_package() {
|
||||
depends="SDL-devel SDL_net>=${version}"
|
||||
short_desc+=" -- development files"
|
||||
depends="SDL-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue