17 lines
569 B
Bash
17 lines
569 B
Bash
# Template file for 'dmtx-utils'
|
|
pkgname=dmtx-utils
|
|
version=0.7.4
|
|
revision=9
|
|
build_style=gnu-configure
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="libdmtx-devel libmagick-devel libXext-devel libxml2-devel"
|
|
license="GPL-2"
|
|
homepage="http://www.libdmtx.org/"
|
|
short_desc="Command-line utilities for working with Data Matrix barcodes"
|
|
distfiles="$SOURCEFORGE_SITE/libdmtx/${pkgname}-${version}.tar.bz2"
|
|
checksum=9f510f6c26a2a73e44da28eae78308973cc274043873cc7f90606624066ec7d0
|
|
|
|
pre_configure() {
|
|
autoreconf -if
|
|
}
|