wok-current view libpsl-dev/receipt @ rev 25693

Up depends pkgs for cups, need to rebuild it for ssl 3.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Mar 24 15:17:37 2024 +0000 (3 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libpsl-dev"
4 VERSION="0.21.2"
5 CATEGORY="development"
6 SHORT_DESC="C library for the Public Suffix List (devel files)."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WANTED="libpsl"
10 WEB_SITE="https://rockdaboot.github.io/libpsl/"
12 DEPENDS="libpsl libidn-dev libunistring-dev gettext"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }