wok view libmateweather-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 c52a03a5a657
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libmateweather-dev"
4 VERSION="1.9.1"
5 CATEGORY="development"
6 LICENSE="GPL3"
7 SHORT_DESC="Provides access to weather information from the Internet."
8 WEB_SITE="https://www.mate-desktop.org/"
9 MAINTAINER="yuripourre@gmail.com"
10 WANTED="libmateweather"
11 DEPENDS="libmateweather pkg-config"
12 TAGS="MATE"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/usr/include
17 cp -a $install/usr/lib/*.la $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include/* $fs/usr/include
20 }