New package: libdmtx-0.7.4
This commit is contained in:
parent
a0c381dbc0
commit
ac45502d2e
|
@ -1927,3 +1927,4 @@ libmosquitto.so.1 libmosquitto-1.4_1
|
|||
libmosquittopp.so.1 libmosquittopp-1.4_1
|
||||
libmpv.so.1 mpv-0.8.0_2
|
||||
libmbedtls.so.8 mbedtls-1.3.10_1
|
||||
libdmtx.so.0 libdmtx-0.7.4_1
|
||||
|
|
1
srcpkgs/libdmtx-devel
Symbolic link
1
srcpkgs/libdmtx-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libdmtx
|
22
srcpkgs/libdmtx/template
Normal file
22
srcpkgs/libdmtx/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'libdmtx'
|
||||
pkgname=libdmtx
|
||||
version=0.7.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
license="BSD-2"
|
||||
homepage="http://www.libdmtx.org/"
|
||||
short_desc="Library for reading and writing Data Matrix barcodes"
|
||||
distfiles="$SOURCEFORGE_SITE/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=b62c586ac4fad393024dadcc48da8081b4f7d317aa392f9245c5335f0ee8dd76
|
||||
|
||||
libdmtx-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share/man
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user