wok view polkit-dev/receipt @ rev 25540

Update some web_site/wget_url with https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 09 18:12:54 2023 +0000 (14 months ago)
parents 47e1df965953
children
line source
1 # SliTaz package receipt.
3 PACKAGE="polkit-dev"
4 VERSION="0.104"
5 CATEGORY="development"
6 SHORT_DESC="devel files for polkit"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="LGPL2"
9 WANTED="polkit"
10 WEB_SITE="https://www.freedesktop.org/wiki/Software/PolicyKit"
11 PROVIDE="PolicyKit-dev"
13 DEPENDS="pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/polkit-1/extensions $fs/usr/share
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/share/gir-1.0 $fs/usr/share
23 cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
24 cp -a $install/usr/lib/polkit-1/extensions/*.*a \
25 $fs/usr/lib/polkit-1/extensions
26 }