From 5fc05e7008de136a3d7e92bc717c28c1b2202175 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 20 Nov 2016 14:01:40 +0100 Subject: [PATCH] games-engines/stratagus: bump to 2.4.1 --- ...{stratagus-2.3.0.exheres-0 => stratagus-2.4.1.exheres-0} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename packages/games-engines/stratagus/{stratagus-2.3.0.exheres-0 => stratagus-2.4.1.exheres-0} (88%) diff --git a/packages/games-engines/stratagus/stratagus-2.3.0.exheres-0 b/packages/games-engines/stratagus/stratagus-2.4.1.exheres-0 similarity index 88% rename from packages/games-engines/stratagus/stratagus-2.3.0.exheres-0 rename to packages/games-engines/stratagus/stratagus-2.4.1.exheres-0 index e476fad..0a0ab2c 100644 --- a/packages/games-engines/stratagus/stratagus-2.3.0.exheres-0 +++ b/packages/games-engines/stratagus/stratagus-2.4.1.exheres-0 @@ -1,11 +1,9 @@ # Copyright 2016 Julian Ospald # Distributed under the terms of the GNU General Public License v2 -WORK=${WORKBASE}/${PN}_${PV}.orig - require lua [ whitelist="5.1" multibuild=false ] +require github [ user="Wargus" tag="v${PV}" ] require cmake [ api=2 ] -require launchpad [ branch=trunk pv=${PV%.*} pnv=stratagus_${PV} suffix=orig.tar.gz ] SUMMARY="A realtime strategy game engine" HOMEPAGE="https://wargus.github.io/stratagus.html" @@ -33,8 +31,6 @@ DEPENDENCIES=" x11-libs/libX11 " -REMOTE_IDS+=" sourceforge:${PN} github:Wargus/${PN}" - CMAKE_SRC_CONFIGURE_PARAMS=( -DBINDIR="/usr/$(exhost --target)/bin" -DDOCDIR="/usr/share/doc/${PNVR}"