wok view libmateweather-dev/receipt @ rev 20717

updated Geomyidae (0.26.1 -> 0.34)
author Hans-G?nter Theisgen
date Fri Feb 08 14:02:16 2019 +0100 (2019-02-08)
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 }