mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
angband: update to 4.2.5.
In addition, enable SDL2 support and disable SDL1 support.
This commit is contained in:
parent
06d8d898a3
commit
c72790c64c
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'angband'
|
# Template file for 'angband'
|
||||||
pkgname=angband
|
pkgname=angband
|
||||||
version=4.2.4
|
version=4.2.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-sdl --enable-sdl-mixer"
|
configure_args="--enable-sdl2 --enable-sdl2-mixer"
|
||||||
make_check_target="tests"
|
make_check_target="tests"
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
makedepends="SDL_image-devel SDL_mixer-devel SDL_ttf-devel ncurses-devel"
|
makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel ncurses-devel"
|
||||||
short_desc="Free, single-player dungeon exploration game"
|
short_desc="Free, single-player dungeon exploration game"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://rephial.org/"
|
homepage="https://rephial.org/"
|
||||||
changelog="https://rephial.org/release/"
|
changelog="https://rephial.org/release/"
|
||||||
distfiles="https://github.com/angband/angband/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/angband/angband/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=8cf30b0f5c4d096e18a2896b81e5a8fa82215ebdcd3037502673fb70a6c30779
|
checksum=2a27ce296310c4cbf960e2eb41ef55d383e546f24533446cf224119498a99651
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue