wok view libmateweather-dev/receipt @ rev 19437

compiz-ccsm, xvkbd: check depends, tried to fix startup with some locales
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 09 18:56:56 2016 +0300 (2016-10-09)
parents 4401be3f0919
children fc9203de5ff2
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 MAINTAINER="yuripourre@gmail.com"
9 WANTED="libmateweather"
10 DEPENDS="libmateweather"
11 TAGS="MATE"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/include
16 cp -a $install/usr/lib/*.la $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/include/* $fs/usr/include
19 }