wok view gamin-dev/receipt @ rev 6002
eggdbus: Upgrade to 0.6
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Sat Aug 14 15:40:05 2010 +0000 (2010-08-14) |
parents | 90463812cd74 |
children | a00bf44ed23d |
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 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 }