blob: b9341a986e5c4c2fc44245bf85b4f7418df75ae6 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Public Suffix List library"
2DESCRIPTION = "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"
8
9LICENSE = "MIT"
Patrick Williamsf52e3dd2024-01-26 13:04:43 -060010LIC_FILES_CHKSUM = "file://LICENSE;md5=9f9e317096db2a598fc44237c5b8a4f7 \
11 file://COPYING;md5=9f9e317096db2a598fc44237c5b8a4f7 \
Andrew Geissler517393d2023-01-13 08:55:19 -060012 "
13
14SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \
15 "
Patrick Williamsf52e3dd2024-01-26 13:04:43 -060016SRC_URI[sha256sum] = "1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208"
Andrew Geissler517393d2023-01-13 08:55:19 -060017
18GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases"
19
20inherit autotools gettext gtk-doc manpages pkgconfig lib_package github-releases
21
22PACKAGECONFIG ?= "icu"
23PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
24PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu"
25PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring"
26BBCLASSEXTEND = "native nativesdk"