aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/upx/libucl_1.03.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/upx/libucl_1.03.bb')
-rw-r--r--recipes-extended/upx/libucl_1.03.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-extended/upx/libucl_1.03.bb b/recipes-extended/upx/libucl_1.03.bb
new file mode 100644
index 00000000..57a5602e
--- /dev/null
+++ b/recipes-extended/upx/libucl_1.03.bb
@@ -0,0 +1,20 @@
+HOMEPAGE = "http://www.oberhumer.com/opensource/ucl/"
+SUMMARY = "Data compression library"
+LICENSE = "GPL-2.0-only"
+LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e"
+
+SRC_URI = "http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz \
+ file://0001-configure.ac-Fix-with-current-autoconf.patch \
+ file://0002-acinclude.m4-Provide-missing-macros.patch \
+ file://use-static-assert.patch \
+ file://Reproducible-build.patch"
+
+SRC_URI[md5sum] = "852bd691d8abc75b52053465846fba34"
+SRC_URI[sha256sum] = "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348"
+
+S = "${WORKDIR}/ucl-${PV}"
+
+inherit autotools lib_package
+
+BBCLASSEXTEND = "native"
+