blob: 11cdb829052544fd3d962465b059391c39bc27be [file] [log] [blame]
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06001SUMMARY = "libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression."
2HOMEPAGE = "https://github.com/ebiggers/libdeflate"
3LICENSE = "MIT"
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=7b6977026437092191e9da699ed9f780"
6
7DEPENDS += "gzip zlib"
8
9SRC_URI = "git://github.com/ebiggers/libdeflate.git;protocol=https;branch=master"
10
11S = "${WORKDIR}/git"
Andrew Geissler220dafd2023-10-04 10:18:08 -050012SRCREV = "dd12ff2b36d603dbb7fa8838fe7e7176fcbd4f6f"
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060013
14inherit cmake pkgconfig
15