games-fps/warsow: bump to 2.1

This commit is contained in:
Julian Ospald 2016-05-14 14:49:32 +02:00
parent e80ef6e877
commit b9b4f7bb26
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 9 additions and 4 deletions

View File

@ -1,14 +1,14 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de> # Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
WORK=${WORKBASE}/source/source
require cmake [ api=2 ] gtk-icon-cache
DATA_PV=${PV//./} DATA_PV=${PV//./}
ENGINE_PV=${PV//./} ENGINE_PV=${PV//./}
ENGINE_P=${PN}_${ENGINE_PV}_sdk ENGINE_P=${PN}_${ENGINE_PV}_sdk
WORK=${WORKBASE}/${ENGINE_P}/source/source
require cmake [ api=2 ] gtk-icon-cache
SUMMARY="Multiplayer FPS based on the QFusion engine (evolved from Quake 2)" SUMMARY="Multiplayer FPS based on the QFusion engine (evolved from Quake 2)"
HOMEPAGE="http://www.warsow.net/" HOMEPAGE="http://www.warsow.net/"
DOWNLOADS="http://mirror.null.one/${ENGINE_P}.tar.gz DOWNLOADS="http://mirror.null.one/${ENGINE_P}.tar.gz
@ -45,6 +45,11 @@ DEPENDENCIES="
DATA_S=${WORKBASE}/${PN}_${DATA_PV:0:2} DATA_S=${WORKBASE}/${PN}_${DATA_PV:0:2}
CMAKE_SRC_CONFIGURE_PARAMS=(
-DQFUSION_GAME=Warsow
)
src_install() { src_install() {
dobin_wrapper() { dobin_wrapper() {
local f local f