diff options
author | Jose V Beneyto <sepen@crux.nu> | 2010-09-28 09:02:59 +0000 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2010-09-28 09:02:59 +0000 |
commit | 494e6df2f276b9ed264d19f8381823b761218370 (patch) | |
tree | 089535b9f50ea55ba454f0ea408667eefe7e5856 /hal | |
parent | ae5243cf5a073e1952d33fdb03b2bc77b295d69c (diff) | |
download | opt-494e6df2f276b9ed264d19f8381823b761218370.tar.gz opt-494e6df2f276b9ed264d19f8381823b761218370.tar.xz |
hal: new maintainer
Diffstat (limited to 'hal')
-rw-r--r-- | hal/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hal/Pkgfile b/hal/Pkgfile index 0d98975da..590e4b659 100644 --- a/hal/Pkgfile +++ b/hal/Pkgfile @@ -1,15 +1,14 @@ # Description: Hardware Abstraction Layer # URL: http://www.freedesktop.org/wiki/Software/hal # Packager: Matt Housh, jaeger at crux dot nu -# Maintainer: Lucas Hazel, lucas at die dot net dot au +# Maintainer: Jose V Beneyto, sepen at crux dot nu # Depends on: dbus-glib, hal-info name=hal version=0.5.14 release=2 source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz \ - hal.conf - rc.hald) + hal.conf rc.hald) build() { cd $name-$version |