void-packages/srcpkgs/SLADE/template
2019-08-22 21:38:47 +02:00

26 lines
878 B
Bash

# Template file for 'SLADE'
pkgname=SLADE
version=3.1.6
revision=1
build_style=cmake
hostmakedepends="pkg-config p7zip"
makedepends="SFML-devel fluidsynth-devel freeimage-devel ftgl-devel glew-devel
gtk+3-devel libcurl-devel wxWidgets-gtk3-devel"
short_desc="Modern editor for Doom-engine based games"
maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later"
homepage="https://github.com/sirjuddington/SLADE"
changelog="https://github.com/sirjuddington/SLADE/releases/tag/${version}"
distfiles="https://github.com/sirjuddington/SLADE/archive/${version}.tar.gz"
checksum=f435b5f51899d4f98dc767262e053dec0cc3ad415923a08e75e0fdad0a3168b5
if [ -z "$CROSS_BUILD" ]; then
configure_args+=" -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3"
fi
pre_configure() {
case $XBPS_TARGET_MACHINE in
x86_64* | i686*);;
*) sed -i '/D_USE_SSE/d' src/CMakeLists.txt;;
esac
}