libdmtx: update to 0.7.5.
This commit is contained in:
parent
7215fbca4d
commit
f81573fa32
1 changed files with 10 additions and 5 deletions
|
@ -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 <orphan@voidlinux.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue