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