wok-undigest view libgweather-dev/receipt @ rev 1214

windowmaker: recook
author Paul Issott <paul@slitaz.org>
date Tue Mar 20 19:29:02 2018 +0000 (2018-03-20)
parents f836b85e4c0d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libgweather-dev"
4 VERSION="2.30.3"
5 CATEGORY="development"
6 SHORT_DESC="libgweather devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="libgweather"
10 WEB_SITE="http://www.gnome.org/"
12 DEPENDS="python-dev pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }