aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pixz/pixz_1.0.6.bb
blob: 30325865812c570709ebc4f163d8f0f9a1c0d012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "Parallel, indexed xz compressor"

DEPENDS = "xz libarchive"

SRC_URI = "https://github.com/vasi/pixz/releases/download/v${PV}/${BPN}-${PV}.tar.xz"
SRC_URI[md5sum] = "f6dc5909c9a31b192f69aa397ae8df48"
SRC_URI[sha256sum] = "02c50746b134fa1b1aae41fcc314d7c6f1919b3d48bcdea01bf11769f83f72e8"

LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5cf6d164086105f1512ccb81bfff1926"

SRC_URI += "file://936d8068ae19d95260d3058f41dd6cf718101cd6.patch \
            file://0001-configure-Detect-headers-before-using-them.patch \
            file://0002-endian-Use-macro-bswap_64-instead-of-__bswap_64.patch \
"
UPSTREAM_CHECK_URI = "https://github.com/vasi/pixz/releases"

PACKAGECONFIG[manpages] = "--with-manpage, --without-manpage, asciidoc-native"

CFLAGS_append_libc-musl = " -D_GNU_SOURCE"
CACHED_CONFIGUREVARS += "ac_cv_file_src_pixz_1=no"

inherit autotools pkgconfig manpages

BBCLASSEXTEND = "native"