wok view libmateweather-dev/receipt @ rev 20321

Fix busybox, etherboot & mgetty
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 20 21:26:43 2018 +0200 (2018-05-20)
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 }