xref: /OK3568_Linux_fs/buildroot/package/pixz/pixz.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# pixz
4#
5################################################################################
6
7PIXZ_VERSION = 1.0.7
8PIXZ_SITE = https://github.com/vasi/pixz/releases/download/v$(PIXZ_VERSION)
9PIXZ_SOURCE = pixz-$(PIXZ_VERSION).tar.xz
10PIXZ_DEPENDENCIES = host-pkgconf libarchive xz
11PIXZ_LICENSE = BSD-2-Clause
12PIXZ_LICENSE_FILES = LICENSE
13
14# pixz.1 is actually present, but AC_CHECK_FILE doesn't detect it when
15# cross-compiling, which causes configure to try to regenerate it. So give it a
16# hint to say that it actually is present.
17PIXZ_CONF_ENV = ac_cv_file_src_pixz_1=yes
18
19$(eval $(autotools-package))
20