20 lines
837 B
Bash
20 lines
837 B
Bash
# Template file for 'DarkRadiant'
|
|
pkgname=DarkRadiant
|
|
version=2.8.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
|
|
PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"
|
|
hostmakedepends="automake gettext libtool pkg-config"
|
|
makedepends="ftgl-devel glew-devel libjpeg-turbo-devel libsigc++-devel
|
|
libvorbis-devel libxml2-devel wxWidgets-gtk3-devel python3-devel freealut-devel"
|
|
short_desc="Map editor for The Dark Mod and other idTech4/Doom3-based games"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/codereader/DarkRadiant/"
|
|
distfiles="https://github.com/codereader/DarkRadiant/archive/${version}.tar.gz"
|
|
checksum=8f810016b5110308965dd1b47407a0a385903cd62974b2e53e84f8011786b0e5
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|