[Lunar-commits] CVS: moonbase/gnome2-apps/hal BUILD, NONE,
1.1.2.1 DEPENDS, NONE, 1.1.2.1 DETAILS, NONE,
1.1.2.1 POST_INSTALL, NONE, 1.1.2.1
Nick Hudson
nhudson at lunar-linux.org
Wed Aug 11 01:49:31 GMT 2004
Update of /var/cvs/lunar/moonbase/gnome2-apps/hal
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30628/hal
Added Files:
Tag: GNOME_UNSTABLE
BUILD DEPENDS DETAILS POST_INSTALL
Log Message:
Putting hal and dbus into GNOME_UNSTABLE right now these seem to work great and communicate with each other with nestu's way of setting up udev. Of couse this will not work unless you have udev installed correctly
--- NEW FILE: BUILD ---
(
export OPTS="$OPTS --with-pid-file=/var/run/hald/hald.pid --with-init-scripts=none --with-hal-user=haldaemon --with-hal-group=haldaemon --disable-docbook-docs --sysconfdir=/etc --localstatedir=/var"
add_priv_user haldaemon:haldaemon &&
./autogen.sh &&
default_build
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends dbus &&
depends gnome-python2
--- NEW FILE: DETAILS ---
MODULE=hal
VERSION=0.2.95-cvs
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=cvs://:pserver:anoncvs@pdx.freedesktop.org:/cvs/hal:$MODULE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
WEB_SITE=http://hal.freedesktop.org
ENTERED=20040810
UPDATED=20040810
SHORT="HAL is a Hardware Abstraction Layer"
cat << EOF
HAL is a Hardware Abstraction Layer
EOF
--- NEW FILE: POST_INSTALL ---
mkdir /var/run/hald
chown haldaemon.haldaemon /var/run/hald
More information about the Lunar-commits
mailing list