mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
caph: build with new sdl12-compat library
This commit is contained in:
parent
8b95296fdc
commit
3b5d3f4b32
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'caph'
|
# Template file for 'caph'
|
||||||
pkgname=caph
|
pkgname=caph
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
make_build_args="-f caph.mk"
|
make_build_args="-f caph.mk"
|
||||||
hostmakedepends="which pkg-config"
|
hostmakedepends="which pkg-config"
|
||||||
makedepends="SDL-devel libpng-devel"
|
makedepends="sdl12-compat-devel libpng-devel"
|
||||||
short_desc="Drawing and physics sandbox game"
|
short_desc="Drawing and physics sandbox game"
|
||||||
maintainer="Eloi Torrents <eloitor@disroot.org>"
|
maintainer="Eloi Torrents <eloitor@disroot.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue