mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'libdmtx'
|
||||||
pkgname=libdmtx
|
pkgname=libdmtx
|
||||||
version=0.7.4
|
version=0.7.5
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool"
|
||||||
short_desc="Library for reading and writing Data Matrix barcodes"
|
short_desc="Library for reading and writing Data Matrix barcodes"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://www.libdmtx.org/"
|
homepage="https://github.com/dmtx/libdmtx"
|
||||||
distfiles="$SOURCEFORGE_SITE/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/dmtx/libdmtx/archive/v${version}.tar.gz"
|
||||||
checksum=b62c586ac4fad393024dadcc48da8081b4f7d317aa392f9245c5335f0ee8dd76
|
checksum=be0c5275695a732a5f434ded1fcc232aa63b1a6015c00044fe87f3a689b75f2e
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue