New package: angband-4.0.5

This commit is contained in:
Diogo Leal 2016-08-28 10:53:51 -03:00
parent 8d2f037057
commit 90a9ee115e
1 changed files with 17 additions and 0 deletions

17
srcpkgs/angband/template Normal file
View File

@ -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
}