mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
SDL_gfx: build with new sdl12-compat library
This commit is contained in:
parent
d52434929d
commit
9760a4f018
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'SDL_gfx'
|
# Template file for 'SDL_gfx'
|
||||||
pkgname=SDL_gfx
|
pkgname=SDL_gfx
|
||||||
version=2.0.26
|
version=2.0.26
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="SDL-devel"
|
makedepends="sdl12-compat-devel"
|
||||||
short_desc="Graphics drawing primitives for SDL"
|
short_desc="Graphics drawing primitives for SDL"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
@ -27,7 +27,7 @@ post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
SDL_gfx-devel_package() {
|
SDL_gfx-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