18 lines
546 B
Bash
18 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
|
|
}
|