wok rev 13793

assaultcube: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 05 13:16:33 2013 +0100 (2013-01-05)
parents 54f2cf52f89e
children a2c3b45bfc8b
files assaultcube/receipt
line diff
     1.1 --- a/assaultcube/receipt	Sat Jan 05 13:11:38 2013 +0100
     1.2 +++ b/assaultcube/receipt	Sat Jan 05 13:16:33 2013 +0100
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="A realistic team oriented multiplayer FPS based on the cube engine."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="openal libsdl-image libsdl-mixer mesa assaultcube-data"
     1.8 -BUILD_DEPENDS="openal-dev libsdl-image-dev libsdl-mixer-dev mesa-dev"
     1.9  SOURCE="AssaultCube"
    1.10  TARBALL="${SOURCE}_v${VERSION}_source.tar.bz2"
    1.11  SOURCE="AssaultCube-Source"
    1.12  WEB_SITE="http://assault.cubers.net/"
    1.13  WGET_URL="$SF_MIRROR/actiongame/$TARBALL"
    1.14  
    1.15 +DEPENDS="openal libsdl-image libsdl-mixer mesa libglu-mesa assaultcube-data"
    1.16 +BUILD_DEPENDS="openal-dev libsdl-image-dev libsdl-mixer-dev mesa-dev \
    1.17 +libglu-mesa-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {	
    1.22 @@ -28,8 +30,8 @@
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr/bin
    1.26 -	cp -a $_pkg/usr/bin/ac_client $fs/usr/bin
    1.27 -	cp -a $_pkg/usr/bin/ac_server $fs/usr/bin
    1.28 +	cp -a $install/usr/bin/ac_client $fs/usr/bin
    1.29 +	cp -a $install/usr/bin/ac_server $fs/usr/bin
    1.30  	cp -a $stuff/assaultcube $fs/usr/bin
    1.31  	cp -a $stuff/assaultcube-server $fs/usr/bin
    1.32  	chmod +x $fs/usr/bin/assaultcube