wok-6.x annotate gamin-dev/receipt @ rev 5341
Fixed gettext to have acl as a depend and not just a build depend. Need for xgettext to work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 27 10:19:26 2010 +0000 (2010-04-27) |
parents | 90463812cd74 |
children | a00bf44ed23d |
rev | line source |
---|---|
pankso@255 | 1 # SliTaz package receipt. |
pankso@255 | 2 |
pankso@255 | 3 PACKAGE="gamin-dev" |
pankso@3344 | 4 VERSION="0.1.10" |
pankso@271 | 5 CATEGORY="development" |
pankso@255 | 6 SHORT_DESC="Devel files for gamin file and directory monitoring system." |
pankso@255 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@255 | 8 WANTED="gamin" |
pankso@255 | 9 WEB_SITE="http://www.gnome.org/~veillard/gamin/" |
pankso@255 | 10 |
pankso@255 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@255 | 12 genpkg_rules() |
pankso@255 | 13 { |
pankso@255 | 14 mkdir -p $fs/usr/lib |
pankso@255 | 15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
pankso@255 | 16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pankso@255 | 17 cp -a $_pkg/usr/include $fs/usr |
pankso@255 | 18 } |
pankso@255 | 19 |