xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libpsl/libpsl_0.21.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Public Suffix List library"
2*4882a593SmuzhiyunDESCRIPTION = "The libpsl package provides a library for accessing and \
3*4882a593Smuzhiyunresolving information from the Public Suffix List (PSL). The PSL is a set of \
4*4882a593Smuzhiyundomain names beyond the standard suffixes, such as .com."
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunHOMEPAGE = "https://rockdaboot.github.io/libpsl/"
7*4882a593SmuzhiyunBUGTRACKER = "https://github.com/rockdaboot/libpsl/issues"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunLICENSE = "MIT"
10*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=5437030d9e4fbe7267ced058ddb8a7f5 \
11*4882a593Smuzhiyun                    file://COPYING;md5=f41d10997a12da5ee3c24ceeb0148d18"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunSRC_URI = "https://github.com/rockdaboot/${BPN}/releases/download/${PV}/${BP}.tar.gz \
14*4882a593Smuzhiyun           "
15*4882a593SmuzhiyunSRC_URI[sha256sum] = "ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunUPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases"
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuninherit autotools gettext gtk-doc manpages pkgconfig lib_package
20*4882a593Smuzhiyun
21*4882a593SmuzhiyunPACKAGECONFIG ?= "icu"
22*4882a593SmuzhiyunPACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
23*4882a593SmuzhiyunPACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu"
24*4882a593SmuzhiyunPACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring"
25*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
26