# HG changeset patch # User Christopher Rogers # Date 1293500805 0 # Node ID 8a32d9db2ad285f794d456547daeed45058f8020 # Parent 97c80101110a432df50db5c23ab9c6220f92f12c Up: supertux to 0.3.3. diff -r 97c80101110a -r 8a32d9db2ad2 supertux/receipt --- a/supertux/receipt Tue Dec 28 03:20:06 2010 +0000 +++ b/supertux/receipt Tue Dec 28 01:46:45 2010 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="supertux" -VERSION="0.1.3" +VERSION="0.3.3" CATEGORY="games" SHORT_DESC="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games." MAINTAINER="mallory@skyrock.com" -DEPENDS="libsdl libsdl-image libsdl-mixer" +DEPENDS="libsdl libsdl-image libsdl-mixer curl physfs openal mesa glew" SUGGESTED="nvidia" -BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev" +BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev curl-dev physfs-dev openal-dev mesa-dev glew-dev cmake libboost-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://supertux.lethargik.org/" WGET_URL="http://download.berlios.de/supertux/$TARBALL" @@ -17,8 +17,7 @@ { cd $src cp ../stuff/menu.h src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && \ + cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin . make && make DESTDIR=$PWD/_pkg install }