summaryrefslogtreecommitdiffstats
path: root/extra/hal/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-03-29 08:56:24 +0200
committertnut <tnut at nutyx dot com>2011-03-29 08:56:24 +0200
commit737b8f91dc82ef0003e4238b10f43a163e9dd1df (patch)
tree282be83158f1b99c4f3b007d89379834ce65d5aa /extra/hal/Pkgfile
parent98a63fafce78dc4b3d5e8436561aea412c42fe60 (diff)
downloadnutyx-pakxe-737b8f91dc82ef0003e4238b10f43a163e9dd1df.tar.gz
nutyx-pakxe-737b8f91dc82ef0003e4238b10f43a163e9dd1df.tar.bz2
nutyx-pakxe-737b8f91dc82ef0003e4238b10f43a163e9dd1df.tar.xz
nutyx-pakxe-737b8f91dc82ef0003e4238b10f43a163e9dd1df.zip
hal, ajout patch pour support kernel 2.6.38
Diffstat (limited to 'extra/hal/Pkgfile')
-rwxr-xr-xextra/hal/Pkgfile9
1 files changed, 7 insertions, 2 deletions
diff --git a/extra/hal/Pkgfile b/extra/hal/Pkgfile
index 43c0486e0..6284cd8aa 100755
--- a/extra/hal/Pkgfile
+++ b/extra/hal/Pkgfile
@@ -10,7 +10,8 @@ version=0.5.14
release=1
source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz\
http://hal.freedesktop.org/releases/hal-info-20091130.tar.gz\
- haldaemon halusers.conf 10-keymap.fdi \
+ http://nutyx.meticul.eu/files/patchs/$name/$name-$version-configure-1.patch \
+ haldaemon halusers.conf 10-keymap.fdi \
use_udevadm_not_udevinfo.patch.gz )
build() {
@@ -18,7 +19,11 @@ build() {
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
-
+ patch -Np1 -i ../$name-$version-configure-1.patch
+ libtoolize --force
+ aclocal
+ autoconf
+ automake
./configure --prefix=/usr \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/$name \