wok view gamin-dev/receipt @ rev 20058
Up slitaz-base-files (331), slitaz-boot-scripts (443).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 12 02:02:47 2017 +0300 (2017-09-12) |
parents | a00bf44ed23d |
children | 86790a278e70 |
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 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }