Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | SUMMARY = "Public Suffix List library" |
| 2 | DESCRIPTION = "The libpsl package provides a library for accessing and \ |
| 3 | resolving information from the Public Suffix List (PSL). The PSL is a set of \ |
| 4 | domain names beyond the standard suffixes, such as .com." |
| 5 | |
| 6 | HOMEPAGE = "https://rockdaboot.github.io/libpsl/" |
| 7 | BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues" |
| 8 | |
| 9 | LICENSE = "MIT" |
Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9f9e317096db2a598fc44237c5b8a4f7 \ |
| 11 | file://COPYING;md5=9f9e317096db2a598fc44237c5b8a4f7 \ |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 12 | " |
| 13 | |
| 14 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ |
| 15 | " |
Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 16 | SRC_URI[sha256sum] = "1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 17 | |
| 18 | GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases" |
| 19 | |
| 20 | inherit autotools gettext gtk-doc manpages pkgconfig lib_package github-releases |
| 21 | |
| 22 | PACKAGECONFIG ?= "icu" |
| 23 | PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" |
| 24 | PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu" |
| 25 | PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring" |
| 26 | BBCLASSEXTEND = "native nativesdk" |