wok view gamin-dev/receipt @ rev 3234

Add: xdg-utils
author Paul Issott <paul@slitaz.org>
date Fri May 29 19:36:14 2009 +0000 (2009-05-29)
parents 54b059c3da8e
children 96a2c64fe0bd
line source
1 # SliTaz package receipt.
3 PACKAGE="gamin-dev"
4 VERSION="0.1.9"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for gamin file and directory monitoring system."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="gamin"
9 WEB_SITE="http://www.gnome.org/~veillard/gamin/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 }