aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/upx/libucl_1.03.bb
blob: 57a5602e015107ab05a8fa776b0058619a139ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"