angband: update to 4.1.3.
This commit is contained in:
parent
0da92aaca2
commit
57e1b7d233
1 changed files with 6 additions and 4 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'angband'
|
# Template file for 'angband'
|
||||||
pkgname=angband
|
pkgname=angband
|
||||||
version=4.1.2
|
version=4.1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-sdl --enable-sdl-mixer"
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
makedepends="SDL_image-devel SDL_mixer-devel"
|
makedepends="SDL_image-devel SDL_mixer-devel SDL_ttf-devel"
|
||||||
short_desc="A free, single-player dungeon exploration game"
|
short_desc="A free, single-player dungeon exploration game"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://rephial.org/"
|
homepage="http://rephial.org/"
|
||||||
|
changelog="http://rephial.org/release/"
|
||||||
distfiles="http://rephial.org/downloads/4.1/angband-${version}.tar.gz"
|
distfiles="http://rephial.org/downloads/4.1/angband-${version}.tar.gz"
|
||||||
checksum=30bc0979e0845cdc43de2a8f65c4d54d03d24d402b32b8589fbbc368ccfa0e2a
|
checksum=9402c4f8da691edbd4567a948c5663e1066bee3fcb4a62fbcf86b5454918406f
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue