wok diff prboom/receipt @ rev 13979

Add alarm-clock-applet
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 07 01:18:17 2013 +0000 (2013-02-07)
parents 9c762d56b413
children 7896f0694ef6
line diff
     1.1 --- a/prboom/receipt	Wed Mar 07 21:27:37 2012 -0800
     1.2 +++ b/prboom/receipt	Thu Feb 07 01:18:17 2013 +0000
     1.3 @@ -5,13 +5,14 @@
     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 freedoom"
     1.8  SUGGESTED="nvidia"
     1.9 -BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev mesa-dev libglu-mesa"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://prboom.sourceforge.net/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  
    1.14 +DEPENDS="libsdl libsdl-mixer libsdl-net libpng mesa libglu-mesa freedoom"
    1.15 +BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev mesa-dev libglu-mesa"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -22,7 +23,7 @@
    1.21  		--mandir=/usr/share/man \
    1.22  		--disable-i386-asm \
    1.23  		$CONFIGURE_ARGS &&
    1.24 -	make $MAKEFLAGS && make DESTDIR=$PWD/_pkg install
    1.25 +	make $MAKEFLAGS && make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 @@ -35,7 +36,6 @@
    1.30  		$fs/usr/share/pixmaps
    1.31  
    1.32  	echo "Copying package files"
    1.33 -	cp -a $_pkg/usr/games $fs/usr
    1.34 -	cp -a $_pkg/usr/share/games $fs/usr/share
    1.35 +	cp -a $install/usr/games $fs/usr
    1.36 +	cp -a $install/usr/share/games $fs/usr/share
    1.37  }
    1.38 -