wok-6.x diff hal/receipt @ rev 11676
usbutils: lsusb display usb.ids
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat Feb 18 02:48:33 2012 +0000 (2012-02-18) |
parents | 74b63eaf8099 |
children | 73641efed1cc |
line diff
1.1 --- a/hal/receipt Sat May 07 23:32:30 2011 +0200 1.2 +++ b/hal/receipt Sat Feb 18 02:48:33 2012 +0000 1.3 @@ -8,12 +8,12 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" 1.6 WGET_URL="http://hal.freedesktop.org/releases/$TARBALL" 1.7 +CROSS="error: cannot check for file existence when cross compiling" 1.8 1.9 DEPENDS="dbus dbus-glib slitaz-base-files udev util-linux-ng-blkid libusb-compat" 1.10 BUILD_DEPENDS="dbus-dev dbus-glib dbus-glib-dev udev-dev pciutils \ 1.11 util-linux-ng-blkid-dev expat-dev util-linux-ng-uuid-dev glib-dev pkg-config" 1.12 1.13 - 1.14 EXTRA=" 1.15 hald-addon-cpufreq 1.16 hald-addon-hid-ups 1.17 @@ -40,13 +40,13 @@ 1.18 --libexecdir=/usr/lib/hal \ 1.19 --sysconfdir=/etc \ 1.20 --localstatedir=/var \ 1.21 - --mandir=/usr/share/man \ 1.22 --disable-usb-ids \ 1.23 --disable-policy-kit \ 1.24 - $CONFIGURE_ARGS && 1.25 + --build=$HOST_SYSTEM \ 1.26 + --host=$HOST_SYSTEM && 1.27 make && 1.28 rm /usr/share/misc/pci.ids && 1.29 - make DESTDIR=$PWD/_pkg install 1.30 + make install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.