wok diff chocolate-doom/receipt @ rev 21639

procps-3.2.8 recompiled (ncurses-6.1)
author Hans-G?nter Theisgen
date Wed May 29 16:50:51 2019 +0100 (2019-05-29)
parents 17e313b5b9c1
children 18d5c324cc42
line diff
     1.1 --- a/chocolate-doom/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/chocolate-doom/receipt	Wed May 29 16:50:51 2019 +0100
     1.3 @@ -6,8 +6,8 @@
     1.4  SHORT_DESC="Doom source port as close as possible to vanilla Doom."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="http://$PACKAGE.sourceforge.net/"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -WEB_SITE="http://$PACKAGE.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11  
    1.12  DEPENDS="libsdl libsdl-mixer libsdl-net libsamplerate"
    1.13 @@ -16,11 +16,12 @@
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 -	cd $src
    1.18  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
    1.19  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.20  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.21  	make $MAKEFLAGS
    1.22 +
    1.23 +	cook_pick_manpages man/*.5 man/*.6
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 @@ -29,4 +30,3 @@
    1.28  	mkdir -p $fs/usr/bin $fs/usr/share/games/doom
    1.29  	cp $src/src/chocolate-doom $fs/usr/bin
    1.30  }
    1.31 -