wok-next view libmateweather-dev/receipt @ rev 17981

Up pavucontrol (3.0)
author Richard Dunbar <mojo@slitaz.org>
date Sun Apr 19 16:32:26 2015 -0400 (2015-04-19)
parents 3813a852fc26
children e863f2041090
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"
11 DEPENDS="libmateweather"
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 }