blob: c00404c8b4c3f464b31b26af2e789c0792c8d5eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
}
|