wok view mate-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 fc9203de5ff2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-polkit-dev"
4 VERSION="1.9.0"
5 CATEGORY="utilities"
6 LICENSE="GPL3"
7 SHORT_DESC="PolicyKit integration for the MATE desktop."
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="https://www.mate-desktop.org/"
10 WANTED="mate-polkit"
11 TAGS="MATE"
13 DEPENDS="mate-polkit pkg-config"
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include
18 cp -a $install/usr/lib/*.la $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig
20 cp -a $install/usr/include/* $fs/usr/include
21 }