ballerburg: build with new sdl12-compat library

This commit is contained in:
Andrew J. Hesford 2025-01-29 22:16:47 -05:00
parent 333310365f
commit 5735a03956

View file

@ -1,13 +1,14 @@
# Template file for 'ballerburg' # Template file for 'ballerburg'
pkgname=ballerburg pkgname=ballerburg
version=1.2.1 version=1.2.1
revision=1 revision=2
build_style=cmake build_style=cmake
hostmakedepends="which cmake SDL-devel" hostmakedepends="which cmake sdl12-compat-devel"
makedepends="SDL-devel" makedepends="sdl12-compat-devel"
short_desc="Classical castle combat game" short_desc="Classical castle combat game"
maintainer="pulux <pulux@pf4sh.de>" maintainer="pulux <pulux@pf4sh.de>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="http://baller.tuxfamily.org/" homepage="http://baller.tuxfamily.org/"
distfiles="http://download.tuxfamily.org/baller/$pkgname-$version.tar.gz" distfiles="http://download.tuxfamily.org/baller/$pkgname-$version.tar.gz"
checksum=3f4ad9465f01c256dd1b37cc62c9fd8cbca372599753dbb21726629f042a6e62 checksum=3f4ad9465f01c256dd1b37cc62c9fd8cbca372599753dbb21726629f042a6e62
broken="unable to fetch source"