wok diff lincity-ng/receipt @ rev 14812
Up: squid, squid-* (3.3.4)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jul 17 13:37:22 2013 +0200 (2013-07-17) |
parents | 19d12dc9acaa |
children | 380ffe05937a |
line diff
1.1 --- a/lincity-ng/receipt Wed May 25 17:22:18 2011 +0200 1.2 +++ b/lincity-ng/receipt Wed Jul 17 13:37:22 2013 +0200 1.3 @@ -5,18 +5,19 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="A City Simulation Game. It is a polished and improved version of the classic LinCity game." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="mesa libxml2 physfs libsdl-gfx libsdl-image libsdl-mixer libsdl-ttf libxcb" 1.8 -BUILD_DEPENDS="mesa-dev libxml2-dev libsdl-gfx-dev libsdl-image-dev \ 1.9 -libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev ftjam pkg-config physfs-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://lincity-ng.berlios.de/wiki/index.php/Main_Page" 1.12 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="mesa libxml2 physfs libsdl-gfx libsdl-image libsdl-mixer libsdl-ttf \ 1.15 +libxcb" 1.16 +BUILD_DEPENDS="mesa-dev libxml2-dev libsdl-gfx-dev libsdl-image-dev \ 1.17 +libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev ftjam pkg-config physfs-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - m 1.24 ./configure \ 1.25 --prefix=/usr \ 1.26 --infodir=/usr/share/info \ 1.27 @@ -29,9 +30,9 @@ 1.28 genpkg_rules() 1.29 { 1.30 mkdir -p $fs/usr/share 1.31 - cp -a $_pkg/usr/bin $fs/usr 1.32 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.33 - cp -a $_pkg/usr/share/lincity-ng $fs/usr/share 1.34 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.35 + cp -a $install/usr/bin $fs/usr 1.36 + cp -a $install/usr/share/applications $fs/usr/share 1.37 + cp -a $install/usr/share/lincity-ng $fs/usr/share 1.38 + cp -a $install/usr/share/pixmaps $fs/usr/share 1.39 } 1.40