wok view gamin-dev/receipt @ rev 2724

Add:dvd+rw-tools
author Rohit Joshi <jozee@slitaz.org>
date Fri Apr 24 07:27:06 2009 +0000 (2009-04-24)
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 }