wok view gamin-dev/receipt @ rev 13983

poppler, poppler-dev, poppler-apps, poppler-qt4: up to 0.22.0
author ernia <monghitri@aruba.it>
date Thu Feb 07 21:27:33 2013 +0000 (2013-02-07)
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 }