wok-6.x diff prboom/receipt @ rev 11379
Compat: ensure that ncurses-man are installed at the right place
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 03:52:27 2011 +0100 (2011-12-10) |
parents | 101eedb1efef |
children | bc84d190c6b2 |
line diff
1.1 --- a/prboom/receipt Fri Mar 04 16:47:22 2011 +0100 1.2 +++ b/prboom/receipt Sat Dec 10 03:52:27 2011 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="PrBoom is the culmination of years of work by various people and projects on the Doom source code." 1.6 MAINTAINER="mallory@sweetpeople.org" 1.7 -DEPENDS="libsdl libsdl-mixer libsdl-net libpng mesa libglu-mesa" 1.8 +DEPENDS="libsdl libsdl-mixer libsdl-net libpng mesa libglu-mesa freedoom" 1.9 SUGGESTED="nvidia" 1.10 BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 @@ -20,6 +20,7 @@ 1.13 --prefix=/usr \ 1.14 --infodir=/usr/share/info \ 1.15 --mandir=/usr/share/man \ 1.16 + --disable-i386-asm \ 1.17 $CONFIGURE_ARGS && 1.18 make -j 4 && make DESTDIR=$PWD/_pkg install 1.19 } 1.20 @@ -36,14 +37,9 @@ 1.21 echo "Copying package files" 1.22 cp -a $_pkg/usr/games $fs/usr 1.23 cp -a $_pkg/usr/share/games $fs/usr/share 1.24 - 1.25 - echo "Downloading game data : doom1.wad" 1.26 - [ -f $SOURCES_REPOSITORY/doom1.wad ] || 1.27 - wget http://mirror.slitaz.org/sources/packages/d/doom1.wad -P $SOURCES_REPOSITORY 1.28 - cp $SOURCES_REPOSITORY/doom1.wad $fs/usr/share/games/doom 1.29 1.30 echo "Copying metadata" 1.31 - cp stuff/prboom.desktop $fs/usr/share/applications 1.32 - cp stuff/doom.png $fs/usr/share/pixmaps 1.33 + cp $stuff/prboom.desktop $fs/usr/share/applications 1.34 + cp $stuff/doom.png $fs/usr/share/pixmaps 1.35 } 1.36