18 lines
621 B
Bash
18 lines
621 B
Bash
# Template file for 'dmtx-utils'
|
|
pkgname=dmtx-utils
|
|
version=0.7.6
|
|
revision=5
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="libdmtx-devel libmagick-devel libXext-devel libxml2-devel"
|
|
short_desc="Command-line utilities for working with Data Matrix barcodes"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://github.com/dmtx/dmtx-utils"
|
|
distfiles="https://github.com/dmtx/dmtx-utils/archive/v${version}/dmtx-utils-${version}.tar.gz"
|
|
checksum=0d396ec14f32a8cf9e08369a4122a16aa2e5fa1675e02218f16f1ab777ea2a28
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|