libdmtx: rebuild for metadata
This commit is contained in:
parent
2d8210a7fb
commit
813ac71bb1
|
@ -1,15 +1,19 @@
|
|||
# Template file for 'libdmtx'
|
||||
pkgname=libdmtx
|
||||
version=0.7.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
license="BSD-2"
|
||||
homepage="http://www.libdmtx.org/"
|
||||
short_desc="Library for reading and writing Data Matrix barcodes"
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://www.libdmtx.org/"
|
||||
distfiles="$SOURCEFORGE_SITE/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=b62c586ac4fad393024dadcc48da8081b4f7d317aa392f9245c5335f0ee8dd76
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
libdmtx-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue