wok view hal-dev/receipt @ rev 9868
gtk+: clean up a bit the receipt to have a new build (bug with /etc/gtk-2.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 16 22:27:26 2011 +0200 (2011-05-16) |
parents | f67d486cebfd |
children | 6219e8c5536a |
line source
1 # SliTaz package receipt.
3 PACKAGE="hal-dev"
4 VERSION="0.5.14"
5 CATEGORY="development"
6 SHORT_DESC="Hal devel files."
7 DEPENDS="hal"
8 WANTED="hal"
9 MAINTAINER="pankso@slitaz.org"
10 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 }