wok-6.x diff chocolate-doom/receipt @ rev 19960
qemu: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 20 15:59:50 2017 +0200 (2017-05-20) |
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 Sat May 20 15:59:50 2017 +0200 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 -