wok diff supertux/receipt @ rev 7842
Up: supertux to 0.3.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Dec 28 01:46:45 2010 +0000 (2010-12-28) |
parents | de5d8ec1d324 |
children | 940b5937e496 |
line diff
1.1 --- a/supertux/receipt Mon Mar 01 09:06:07 2010 +0000 1.2 +++ b/supertux/receipt Tue Dec 28 01:46:45 2010 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="supertux" 1.7 -VERSION="0.1.3" 1.8 +VERSION="0.3.3" 1.9 CATEGORY="games" 1.10 SHORT_DESC="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games." 1.11 MAINTAINER="mallory@skyrock.com" 1.12 -DEPENDS="libsdl libsdl-image libsdl-mixer" 1.13 +DEPENDS="libsdl libsdl-image libsdl-mixer curl physfs openal mesa glew" 1.14 SUGGESTED="nvidia" 1.15 -BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev" 1.16 +BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev curl-dev physfs-dev openal-dev mesa-dev glew-dev cmake libboost-dev" 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 WEB_SITE="http://supertux.lethargik.org/" 1.19 WGET_URL="http://download.berlios.de/supertux/$TARBALL" 1.20 @@ -17,8 +17,7 @@ 1.21 { 1.22 cd $src 1.23 cp ../stuff/menu.h src 1.24 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.25 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.26 + cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin . 1.27 make && make DESTDIR=$PWD/_pkg install 1.28 } 1.29