wok diff hal/receipt @ rev 3281
Add buildbot (Going to automate/test SliTaz build)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jun 02 20:48:13 2009 +0200 (2009-06-02) |
parents | fdfadcb4b1d9 |
children | a022b44347a2 |
line diff
1.1 --- a/hal/receipt Thu Apr 30 13:58:55 2009 +0200 1.2 +++ b/hal/receipt Tue Jun 02 20:48:13 2009 +0200 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="hal" 1.7 -VERSION="0.5.11" 1.8 +VERSION="0.5.12" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Hardware Abstraction Layer." 1.11 -DEPENDS="dbus dbus-glib slitaz-base-files udev" 1.12 -BUILD_DEPENDS="dbus-dev dbus-glib-dev udev-dev udev pciutils" 1.13 +DEPENDS="dbus dbus-glib slitaz-base-files udev util-linux-ng-blkid" 1.14 +BUILD_DEPENDS="dbus-dev dbus-glib-dev udev-dev udev pciutils util-linux-ng-blkid-dev" 1.15 MAINTAINER="pankso@slitaz.org" 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" 1.18 @@ -15,19 +15,19 @@ 1.19 hald-addon-cpufreq 1.20 hald-addon-hid-ups 1.21 hald-addon-imac-backlight 1.22 +hald-addon-ipw-killswitch 1.23 hald-probe-video4linux 1.24 hald-probe-net-bluetooth 1.25 hald-probe-ieee1394-unit 1.26 hald-probe-pc-floppy 1.27 -hald-probe-printer 1.28 -hal-ipw-killswitch-linux" 1.29 +hald-probe-printer" 1.30 1.31 # Rules to configure and make the package. 1.32 compile_rules() 1.33 { 1.34 cd $src 1.35 zcat /usr/share/misc/pci.ids.gz > /usr/share/misc/pci.ids && 1.36 - patch -p1 < ../stuff/hal-udev.patch || exit 1 && 1.37 + #patch -p1 < ../stuff/hal-udev.patch || exit 1 && 1.38 ./configure \ 1.39 --prefix=/usr \ 1.40 --libexecdir=/usr/lib/hal \