wok annotate mate-panel-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
rev   line source
yuripourre@18080 1 # SliTaz package receipt.
yuripourre@18080 2
yuripourre@18080 3 PACKAGE="mate-panel-dev"
yuripourre@18080 4 VERSION="1.9.1"
yuripourre@18080 5 CATEGORY="utilities"
yuripourre@18080 6 LICENSE="GPL3"
yuripourre@18080 7 SHORT_DESC="Panel where you can run applications and applets using MATE."
yuripourre@18080 8 MAINTAINER="yuripourre@gmail.com"
pascal@25540 9 WEB_SITE="https://www.mate-desktop.org/"
yuripourre@18080 10 WANTED="mate-panel"
yuripourre@18280 11 TAGS="MATE"
yuripourre@18080 12
pascal@19774 13 DEPENDS="mate-panel pkg-config"
pascal@19774 14
yuripourre@18080 15 # Rules to gen a SliTaz package suitable for Tazpkg.
yuripourre@18080 16 genpkg_rules()
yuripourre@18080 17 {
yuripourre@18080 18 mkdir -p $fs/usr/lib $fs/usr/include
yuripourre@18080 19 cp -a $install/usr/lib/*.la $fs/usr/lib
yuripourre@18080 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
yuripourre@18080 21 cp -a $install/usr/include/* $fs/usr/include
yuripourre@18080 22 }