void-packages/srcpkgs/dmtx-utils/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

19 lines
562 B
Bash

# Template file for 'dmtx-utils'
pkgname=dmtx-utils
version=0.7.4
revision=2
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
}