wok-next diff nethack/receipt @ rev 21597
updated dosbox (0.74-2 -> 0.74.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 14:18:09 2020 +0100 (2020-06-24) |
parents | d43bf7aae921 |
children |
line diff
1.1 --- a/nethack/receipt Wed Mar 21 15:58:17 2018 +0200 1.2 +++ b/nethack/receipt Wed Jun 24 14:18:09 2020 +0100 1.3 @@ -3,10 +3,10 @@ 1.4 PACKAGE="nethack" 1.5 VERSION="3.4.3" 1.6 CATEGORY="games" 1.7 -SHORT_DESC="NetHack is a single player dungeon exploration game" 1.8 +SHORT_DESC="Single-player dungeon exploration game" 1.9 MAINTAINER="claudinei@slitaz.org" 1.10 LICENSE="custom" 1.11 -WEB_SITE="http://www.nethack.org" 1.12 +WEB_SITE="http://www.nethack.org/" 1.13 1.14 TARBALL="$PACKAGE-343-src.tgz" 1.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 @@ -18,11 +18,13 @@ 1.17 sed -i "s|\/\* #define LINUX \*\/|#define LINUX|" include/unixconf.h 1.18 sed -i "s|WINTTYLIB = -ltermlib|# WINTTYLIB = -ltermlib|" src/Makefile 1.19 sed -i "s|# WINTTYLIB = -lncurses|WINTTYLIB = -lncurses|" src/Makefile 1.20 - sed -i "s|= /usr|= $DESTDIR/usr|" Makefile 1.21 + sed -i "s|= /usr|= $install/usr|" Makefile 1.22 sed -i "s|= games|= root|" Makefile 1.23 sed -i "s|= bin|= root|" Makefile 1.24 sed -i '/rmdir \.\/-p/d' Makefile 1.25 - make && make install 1.26 + 1.27 + make && 1.28 + make install 1.29 } 1.30 1.31 genpkg_rules() {