wok view gamin-dev/receipt @ rev 15368

Up ipxe (1.0.0-20130925)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 14 13:38:36 2013 +0000 (2013-10-14)
parents 96a2c64fe0bd
children 8ed62ecac0c7
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 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }