mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
SDL_net: build with new sdl12-compat library
This commit is contained in:
parent
fa0b6133cd
commit
85940113f8
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'SDL_net'
|
# Template file for 'SDL_net'
|
||||||
pkgname=SDL_net
|
pkgname=SDL_net
|
||||||
version=1.2.8
|
version=1.2.8
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="SDL-devel"
|
makedepends="sdl12-compat-devel"
|
||||||
short_desc="Small sample cross-platform networking library for SDL"
|
short_desc="Small sample cross-platform networking library for SDL"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
@ -18,7 +18,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
SDL_net-devel_package() {
|
SDL_net-devel_package() {
|
||||||
depends="SDL-devel ${sourcepkg}>=${version}_${revision}"
|
depends="sdl12-compat-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue