diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 10:53:36 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 10:53:36 +0100 |
commit | 3c3ab7ecce3e7549a9063d6b1e14ce87ad5da488 (patch) | |
tree | 25e2a394936c544d19da686ed08c9b5b4d6cbe38 /extra/hal/Pkgfile | |
parent | 57c24afac47a0eba9ca438d42ae9f8321e0a91a7 (diff) | |
download | nutyx-pakxe-3c3ab7ecce3e7549a9063d6b1e14ce87ad5da488.tar.gz nutyx-pakxe-3c3ab7ecce3e7549a9063d6b1e14ce87ad5da488.tar.bz2 nutyx-pakxe-3c3ab7ecce3e7549a9063d6b1e14ce87ad5da488.tar.xz nutyx-pakxe-3c3ab7ecce3e7549a9063d6b1e14ce87ad5da488.zip |
hal, maj des dépendances, en cours
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 |