diff options
Diffstat (limited to 'extra/hal/Pkgfile')
-rwxr-xr-x | extra/hal/Pkgfile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/extra/hal/Pkgfile b/extra/hal/Pkgfile index 1a179b7e6..43c0486e0 100755 --- a/extra/hal/Pkgfile +++ b/extra/hal/Pkgfile @@ -2,8 +2,8 @@ # URL: http://freedesktop.org/wiki/Software_2fhal # Maintainer: NuTyX coreteam # Packager: thierryn1 at hispeed dot ch -# Depends on: dbus-glib, glib, usbutils, pciutils, libusb, eject, hal-info, gperf, polycikit -# Run on: dbus-glib,glib,usbutils,pciutils,libusb,eject,hal-info,gperf +# Depends on: dbus-glib, usbutils, pciutils, eject, hal-info, gperf, consolekit, policykit +# Run on: dbus-glib,usbutils,pciutils,eject,hal-info,gperf,consolekit, policykit name=hal version=0.5.14 @@ -19,19 +19,12 @@ build() { tar xvf $scripts-$scriptsversion.tar.bz2 cd $name-$version - sed -i -e 's%, 1.8.6%&, 1.8.7%' \ - -e 's% or 1.8.6%/1.8.6 or 1.8.7%' \ - -e 's%6))%6) ||\ - (major == 1 \&\& minor == 8 \&\& micro == 7))%' \ - configure ./configure --prefix=/usr \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/$name \ --sysconfdir=/etc --with-udev-prefix=/etc \ --localstatedir=/var \ --with-pci-ids=/usr/share/pci.ids.gz \ - --disable-console-kit \ - --disable-policy-kit \ --disable-gtk-doc make make DESTDIR=$PKG install |