New package: DarkRadiant-2.6.0
Closes #15120. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
bda0bfb625
commit
b847b3b394
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'DarkRadiant'
|
||||
pkgname=DarkRadiant
|
||||
version=2.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-darkmod-plugins"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="ftgl-devel glew-devel libjpeg-turbo-devel libsigc++-devel
|
||||
libvorbis-devel libxml2-devel wxWidgets-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=e46dc10a3a7521d64ba30a2eddfe2c8b75ef3ec12f155833e565ce04d21693ea
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
Loading…
Reference in New Issue