void-packages/srcpkgs/deutex/template
maxice8 796404e0d6
deutex: update to 5.1.1.
Closes: #13129 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-23 06:06:09 +02:00

17 lines
546 B
Bash

# Template file for 'deutex'
pkgname=deutex
version=5.1.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="maxice8 <thinkabit.ukim@gmail>"
license="GPL-2.0-only, LGPL-2.0-or-later"
homepage="http://www.teaser.fr/~amajorel/deutex/"
distfiles="https://github.com/chungy/${pkgname}/archive/v${version}.tar.gz"
checksum=2b629fd0330dc81d7bd96c8f840b5a00c9ec365d7bbed083194c0309fbc2de1c
pre_configure() {
autoreconf -fi
}