diff --git a/srcpkgs/libdmtx/template b/srcpkgs/libdmtx/template index 0b73128477..693d17333a 100644 --- a/srcpkgs/libdmtx/template +++ b/srcpkgs/libdmtx/template @@ -1,14 +1,19 @@ # Template file for 'libdmtx' pkgname=libdmtx -version=0.7.4 -revision=3 +version=0.7.5 +revision=1 build_style=gnu-configure +hostmakedepends="automake libtool" short_desc="Library for reading and writing Data Matrix barcodes" maintainer="Orphaned " license="BSD-2-Clause" -homepage="http://www.libdmtx.org/" -distfiles="$SOURCEFORGE_SITE/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=b62c586ac4fad393024dadcc48da8081b4f7d317aa392f9245c5335f0ee8dd76 +homepage="https://github.com/dmtx/libdmtx" +distfiles="https://github.com/dmtx/libdmtx/archive/v${version}.tar.gz" +checksum=be0c5275695a732a5f434ded1fcc232aa63b1a6015c00044fe87f3a689b75f2e + +pre_configure() { + autoreconf -fi +} post_install() { vlicense LICENSE