# HG changeset patch # User Pascal Bellard # Date 1357388193 -3600 # Node ID 13c330760c25c23984d0b316574c2883269befab # Parent 54f2cf52f89e316678e518d362eb028cdb0106f2 assaultcube: update bdeps diff -r 54f2cf52f89e -r 13c330760c25 assaultcube/receipt --- a/assaultcube/receipt Sat Jan 05 13:11:38 2013 +0100 +++ b/assaultcube/receipt Sat Jan 05 13:16:33 2013 +0100 @@ -5,14 +5,16 @@ CATEGORY="games" SHORT_DESC="A realistic team oriented multiplayer FPS based on the cube engine." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="openal libsdl-image libsdl-mixer mesa assaultcube-data" -BUILD_DEPENDS="openal-dev libsdl-image-dev libsdl-mixer-dev mesa-dev" SOURCE="AssaultCube" TARBALL="${SOURCE}_v${VERSION}_source.tar.bz2" SOURCE="AssaultCube-Source" WEB_SITE="http://assault.cubers.net/" WGET_URL="$SF_MIRROR/actiongame/$TARBALL" +DEPENDS="openal libsdl-image libsdl-mixer mesa libglu-mesa assaultcube-data" +BUILD_DEPENDS="openal-dev libsdl-image-dev libsdl-mixer-dev mesa-dev \ +libglu-mesa-dev" + # Rules to configure and make the package. compile_rules() { @@ -28,8 +30,8 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/ac_client $fs/usr/bin - cp -a $_pkg/usr/bin/ac_server $fs/usr/bin + cp -a $install/usr/bin/ac_client $fs/usr/bin + cp -a $install/usr/bin/ac_server $fs/usr/bin cp -a $stuff/assaultcube $fs/usr/bin cp -a $stuff/assaultcube-server $fs/usr/bin chmod +x $fs/usr/bin/assaultcube