blob: 4fc0ad8acb6e53b9fa6e70b9636d1bdefbc7237b [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "Public Suffix List library"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "The libpsl package provides a library for accessing and \
3resolving information from the Public Suffix List (PSL). The PSL is a set of \
4domain names beyond the standard suffixes, such as .com."
5
6HOMEPAGE = "https://rockdaboot.github.io/libpsl/"
7BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues"
Brad Bishopc342db32019-05-15 21:57:59 -04008
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=5437030d9e4fbe7267ced058ddb8a7f5 \
11 file://COPYING;md5=f41d10997a12da5ee3c24ceeb0148d18"
12
Andrew Geisslerc9f78652020-09-18 14:11:35 -050013SRC_URI = "https://github.com/rockdaboot/${BPN}/releases/download/${PV}/${BP}.tar.gz \
Brad Bishop15ae2502019-06-18 21:44:24 -040014 "
Andrew Geisslerc9f78652020-09-18 14:11:35 -050015SRC_URI[sha256sum] = "ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c"
Brad Bishopc342db32019-05-15 21:57:59 -040016
17UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases"
18
Brad Bishopc342db32019-05-15 21:57:59 -040019inherit autotools gettext gtk-doc manpages pkgconfig lib_package
20
Andrew Geisslerc926e172021-05-07 16:11:35 -050021PACKAGECONFIG ?= "icu"
Brad Bishopc342db32019-05-15 21:57:59 -040022PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
Andrew Geisslerc926e172021-05-07 16:11:35 -050023PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu"
24PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring"
Brad Bishopc342db32019-05-15 21:57:59 -040025BBCLASSEXTEND = "native nativesdk"