wok view gamin-dev/receipt @ rev 20591

compiz-plugins-unsupported, gucharmap3: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 21:00:34 2018 +0100 (2018-12-15)
parents 8ed62ecac0c7
children a6b997a82f39
line source
1 # SliTaz package receipt.
3 PACKAGE="gamin-dev"
4 VERSION="0.1.10"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for gamin file and directory monitoring system."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WANTED="gamin"
10 WEB_SITE="https://www.gnome.org/~veillard/gamin/"
12 DEPENDS="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 }