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 e476fada..0a0ab2ce 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}"