New package: angband-4.0.5
This commit is contained in:
parent
8d2f037057
commit
90a9ee115e
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'angband'
|
||||
pkgname=angband
|
||||
version=4.0.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
makedepends="SDL_image-devel SDL_mixer-devel"
|
||||
short_desc="A free, single-player dungeon exploration game"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://rephial.org/"
|
||||
distfiles="http://rephial.org/downloads/4.0/angband-${version}.tar.gz"
|
||||
checksum=0d769a0f349842b0c78cbcd1804a9e08f064e75ca26b957710e4c2a3eb14f852
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
Loading…
Reference in New Issue