17 lines
552 B
Bash
17 lines
552 B
Bash
# Template file for 'deutex'
|
|
pkgname=deutex
|
|
version=5.2.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config asciidoc"
|
|
makedepends="libpng-devel"
|
|
short_desc="WAD composer for DOOM and others"
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="GPL-2.0-only, LGPL-2.0-or-later"
|
|
homepage="https://github.com/Doom-Utils/deutex"
|
|
distfiles="https://github.com/Doom-Utils/deutex/archive/v${version}.tar.gz"
|
|
checksum=5b4b2d5a0c85fcccb206a94685ecf5558a891ee6ce9e0cdbf96d4c4a129d5bcc
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|