forked from hasufell/hasufell-repository
games-strategy/wargus: bump to 2.4.1
This commit is contained in:
parent
5fc05e7008
commit
adf01c9902
@ -1,10 +1,8 @@
|
|||||||
# 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}/${PN}_${PV}.orig
|
require github [ user="Wargus" tag="v${PV}" ]
|
||||||
|
|
||||||
require cmake [ api=2 ] gtk-icon-cache
|
require cmake [ api=2 ] gtk-icon-cache
|
||||||
require launchpad [ branch=trunk pv=${PV%.*} pnv=${PN}_${PV} suffix=orig.tar.gz ]
|
|
||||||
|
|
||||||
SUMMARY="Warcraft II for the Stratagus game engine"
|
SUMMARY="Warcraft II for the Stratagus game engine"
|
||||||
HOMEPAGE="https://wargus.github.io/"
|
HOMEPAGE="https://wargus.github.io/"
|
||||||
@ -30,17 +28,16 @@ DEPENDENCIES="
|
|||||||
media/cdparanoia [[ description = [ Needed for rip audio CD tracks ] ]]
|
media/cdparanoia [[ description = [ Needed for rip audio CD tracks ] ]]
|
||||||
"
|
"
|
||||||
|
|
||||||
REMOTE_IDS+=" sourceforge:${PN} github:Wargus/${PN}"
|
|
||||||
|
|
||||||
CMAKE_SRC_CONFIGURE_PARAMS=(
|
CMAKE_SRC_CONFIGURE_PARAMS=(
|
||||||
-DGAMEDIR="/usr/$(exhost --target)/bin"
|
|
||||||
-DBINDIR="/usr/$(exhost --target)/bin"
|
-DBINDIR="/usr/$(exhost --target)/bin"
|
||||||
-DSTRATAGUS="/usr/bin/stratagus"
|
-DDATAROOTDIR="/usr/share"
|
||||||
-DSHAREDIR="/usr/share/stratagus/${PN}"
|
|
||||||
-DICONDIR="/usr/share/icons/hicolor/64x64/apps"
|
|
||||||
-DDESKTOPDIR="/usr/share/applications"
|
-DDESKTOPDIR="/usr/share/applications"
|
||||||
|
-DGAMEDIR="/usr/$(exhost --target)/bin"
|
||||||
|
-DICONDIR="/usr/share/icons/hicolor/64x64/apps"
|
||||||
|
-DSHAREDIR="/usr/share/stratagus/${PN}"
|
||||||
|
|
||||||
-DENABLE_STRIP=OFF
|
-DENABLE_STRIP=OFF
|
||||||
|
-DWITH_STORMLIB=OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
Loading…
Reference in New Issue
Block a user