nethack: update to 3.6.2.
This commit is contained in:
parent
985faa7ac2
commit
415950631b
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'nethack'
|
# Template file for 'nethack'
|
||||||
pkgname=nethack
|
pkgname=nethack
|
||||||
version=3.6.1
|
version=3.6.2
|
||||||
revision=2
|
revision=1
|
||||||
make_dirs="/var/games/nethack/save 0775 nethack nethack"
|
make_dirs="/var/games/nethack/save 0775 nethack nethack"
|
||||||
system_accounts="$pkgname"
|
|
||||||
hostmakedepends="ncurses-devel flex"
|
hostmakedepends="ncurses-devel flex"
|
||||||
depends="gzip"
|
depends="gzip"
|
||||||
short_desc="Exploring The Mazes of Menace"
|
short_desc="Exploring The Mazes of Menace"
|
||||||
|
@ -11,8 +10,9 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="NGPL"
|
license="NGPL"
|
||||||
homepage="http://www.nethack.org/"
|
homepage="http://www.nethack.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//.}-src.tgz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//.}-src.tgz"
|
||||||
checksum=4b8cbf1cc3ad9f6b9bae892d44a9c63106d44782a210906162a7c3be65040ab6
|
checksum=fbd00ada6a4ee347ecd4a350a5b2995b4b4ab5dcc63881b3bc4485b0479ddb1d
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
system_accounts="$pkgname"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i -e '/COMPRESS/s/compress/gzip/g' \
|
sed -i -e '/COMPRESS/s/compress/gzip/g' \
|
||||||
|
|
Loading…
Reference in a new issue