wok-current view libpsl-dev/receipt @ rev 25685
Add checkspace / fetchall feature for tazpkg
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Mar 14 20:28:39 2024 +0000 (8 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 }