forked from hasufell/hasufell-repository
games-fps/warsow: bump to 2.1
This commit is contained in:
parent
e80ef6e877
commit
b9b4f7bb26
@ -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
|
Loading…
Reference in New Issue
Block a user