wok view hal-dev/receipt @ rev 12400

filezilla: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 20 13:21:35 2012 +0200 (2012-04-20)
parents 12021c03df93
children 7896f0694ef6
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 dbus-dev"
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 }