Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 1 | SUMMARY = "Parallel, indexed xz compressor" |
| 2 | |
| 3 | DEPENDS = "xz libarchive" |
| 4 | |
| 5 | SRC_URI = "https://github.com/vasi/pixz/releases/download/v${PV}/${BPN}-${PV}.tar.xz" |
| 6 | SRC_URI[md5sum] = "f6dc5909c9a31b192f69aa397ae8df48" |
| 7 | SRC_URI[sha256sum] = "02c50746b134fa1b1aae41fcc314d7c6f1919b3d48bcdea01bf11769f83f72e8" |
| 8 | |
| 9 | LICENSE = "BSD-2-Clause" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5cf6d164086105f1512ccb81bfff1926" |
| 11 | |
| 12 | SRC_URI += "file://936d8068ae19d95260d3058f41dd6cf718101cd6.patch \ |
| 13 | file://0001-configure-Detect-headers-before-using-them.patch \ |
| 14 | file://0002-endian-Use-macro-bswap_64-instead-of-__bswap_64.patch \ |
| 15 | " |
| 16 | UPSTREAM_CHECK_URI = "https://github.com/vasi/pixz/releases" |
| 17 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 18 | PACKAGECONFIG[manpages] = "--with-manpage, --without-manpage, asciidoc-native" |
| 19 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 20 | CFLAGS_append_libc-musl = " -D_GNU_SOURCE" |
| 21 | CACHED_CONFIGUREVARS += "ac_cv_file_src_pixz_1=no" |
| 22 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 23 | inherit autotools pkgconfig manpages |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 24 | |
| 25 | BBCLASSEXTEND = "native" |