wok view libmateweather-dev/receipt @ rev 23451

updated ptpython (2.0.4 -> 3.0.1)
author Hans-G?nter Theisgen
date Fri Apr 03 10:38:18 2020 +0100 (2020-04-03)
parents fc9203de5ff2
children 73f36875e5a7
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="http://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 }