wok-current diff supertux/receipt @ rev 14122
gvfs:add samba support splitting it in gvfs-smb
author | ernia <monghitri@aruba.it> |
---|---|
date | Mon Feb 25 18:42:40 2013 +0000 (2013-02-25) |
parents | 62e8a8e12e45 |
children | 11579844d239 |
line diff
1.1 --- a/supertux/receipt Sat Dec 10 21:05:39 2011 +0000 1.2 +++ b/supertux/receipt Mon Feb 25 18:42:40 2013 +0000 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 -