wok view gamin-dev/receipt @ rev 18854

Link octave to gnuplot
author Lucas Levrel <llevrel@yahoo.fr>
date Mon Jan 25 22:26:55 2016 +0100 (2016-01-25)
parents a00bf44ed23d
children 86790a278e70
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="http://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 }