wok rev 2693

Add: prboom
author Mallory MOLLO <mallory@skyrock.com>
date Wed Apr 22 19:00:14 2009 +0200 (2009-04-22)
parents 6458c24c8967
children c16d0d2a2591
files prboom/receipt prboom/stuff/doom1.wad
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/prboom/receipt	Wed Apr 22 19:00:14 2009 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="prboom"
     1.7 +VERSION="2.5.0"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="PrBoom is the culmination of years of work by various people and projects on the Doom source code."
    1.10 +MAINTAINER="mallory@sweetpeople.org"
    1.11 +DEPENDS="libSDL libsdl-mixer libsdl-net"
    1.12 +BUILD_DEPENDS="libSDL-dev libsdl-mixer-dev libsdl-net-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://prboom.sourceforge.net/"
    1.15 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure \
    1.22 +		--prefix=/usr \
    1.23 +		--infodir=/usr/share/info \
    1.24 +		--mandir=/usr/share/man \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make && make DESTDIR=$PWD/_pkg install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/games $fs/usr/share/games
    1.33 +	cp -a $_pkg/usr/games $fs/usr
    1.34 +    cp -a $_pkg/usr/share/games $fs/usr/share
    1.35 +    cp stuff/doom1.wad $fs/usr/share/games/doom
    1.36 +}
    1.37 +
     2.1 Binary file prboom/stuff/doom1.wad has changed