18 lines
562 B
Bash
18 lines
562 B
Bash
# Template file for 'dmtx-utils'
|
|
pkgname=dmtx-utils
|
|
version=0.7.4
|
|
revision=3
|
|
build_style=gnu-configure
|
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="libdmtx-devel libmagick-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() {
|
|
touch aclocal.m4
|
|
libtoolize -f
|
|
}
|