New package: libdmtx
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7c717bbfff
commit
2f41adabc5
@ -307,6 +307,7 @@ source "package/gtk2-themes/Config.in"
|
||||
source "package/imlib2/Config.in"
|
||||
source "package/jpeg/Config.in"
|
||||
source "package/libart/Config.in"
|
||||
source "package/libdmtx/Config.in"
|
||||
source "package/libdrm/Config.in"
|
||||
source "package/libexif/Config.in"
|
||||
source "package/libgail/Config.in"
|
||||
|
7
package/libdmtx/Config.in
Normal file
7
package/libdmtx/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LIBDMTX
|
||||
bool "libdmtx"
|
||||
help
|
||||
libdmtx is a software library that enables programs to read and write
|
||||
Data Matrix barcodes of the modern ECC200 variety.
|
||||
|
||||
http://www.libdmtx.org/
|
12
package/libdmtx/libdmtx.mk
Normal file
12
package/libdmtx/libdmtx.mk
Normal file
@ -0,0 +1,12 @@
|
||||
#############################################################
|
||||
#
|
||||
# libdmtx
|
||||
#
|
||||
#############################################################
|
||||
|
||||
LIBDMTX_VERSION = 0.7.4
|
||||
LIBDMTX_SOURCE = libdmtx-$(LIBDMTX_VERSION).tar.gz
|
||||
LIBDMTX_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libdmtx
|
||||
LIBDMTX_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
Loading…
Reference in New Issue
Block a user