wok diff supertux/receipt @ rev 14000

Up: emacs-pkg-lua-mode (20111107)
author Dominique Corbex <domcox@slitaz.org>
date Thu Feb 14 13:36:00 2013 +0100 (2013-02-14)
parents 62e8a8e12e45
children 11579844d239
line diff
     1.1 --- a/supertux/receipt	Sat Dec 10 21:05:39 2011 +0000
     1.2 +++ b/supertux/receipt	Thu Feb 14 13:36:00 2013 +0100
     1.3 @@ -5,13 +5,16 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games."
     1.6  MAINTAINER="mallory@skyrock.com"
     1.7 -DEPENDS="libsdl libsdl-image libsdl-mixer curl physfs openal mesa glew supertux-data"
     1.8  SUGGESTED="nvidia"
     1.9 -BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev curl-dev physfs-dev openal-dev mesa-dev glew-dev cmake libboost-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://supertux.lethargik.org/"
    1.12  WGET_URL="http://supertux.googlecode.com/files/$TARBALL"
    1.13  
    1.14 +DEPENDS="libsdl libsdl-image libsdl-mixer curl physfs openal mesa glew \
    1.15 +supertux-data"
    1.16 +BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev curl-dev \
    1.17 +physfs-dev openal-dev mesa-dev glew-dev cmake libboost-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -27,6 +30,5 @@
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr
    1.26 -	cp -a $_pkg/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28  }
    1.29 -