Author: alexander
Date: 2007-03-24 08:26:09 -0600 (Sat, 24 Mar 2007)
New Revision: 1826

Added:
   trunk/packages/hal-info/
   trunk/packages/hal-info/Makefile
Modified:
   trunk/Makefile
Log:
Added HAL device information

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2007-03-24 12:06:14 UTC (rev 1825)
+++ trunk/Makefile      2007-03-24 14:26:09 UTC (rev 1826)
@@ -259,7 +259,7 @@
        ch-alsa-lib ch-alsa-utils ch-alsa-firmware ch-alsa-oss \
        ch-libogg ch-libvorbis ch-speex ch-flac ch-libdvdcss \
        ch-libtheora ch-librcc ch-taglib ch-xine-lib \
-       ch-pciutils ch-libusb ch-usbutils ch-dbus ch-dbus-glib ch-parted ch-hal 
\
+       ch-pciutils ch-libusb ch-usbutils ch-dbus ch-dbus-glib ch-parted ch-hal 
ch-hal-info \
        ch-librsvg ch-startup-notification chroot-gvim ch-vte ch-URI \
        ch-recode ch-fortune-mod ch-xfce ch-xfmedia ch-irssi ch-gaim \
        ch-xchat ch-wireless_tools ch-tcpwrappers ch-portmap ch-nfs-utils \

Added: trunk/packages/hal-info/Makefile
===================================================================
--- trunk/packages/hal-info/Makefile                            (rev 0)
+++ trunk/packages/hal-info/Makefile    2007-03-24 14:26:09 UTC (rev 1826)
@@ -0,0 +1,31 @@
+# hal information Makefile
+
+NM= hal-info
+VRS= 20070304
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.gz
+URL-$(FILE)= http://people.freedesktop.org/~david/dist/$(FILE)
+SHA-$(FILE)= bd00e9b95f98af7dc3331a8b2fce9de680e6c22e
+
+# Targets
+
+include $(ROOT)/scripts/functions
+
+chroot:
+       chroot "$(MP)" $(chenv-blfs) \
+       'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
+
+stage2: Makefile $(FILE)
+       $(std_build)
+
+compile-stage2:
+       ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+           --libexecdir=/usr/lib/hal
+       make
+       make install
+
+clean:
+       -rm -rf $(DIR)
+
+.PHONY: clean chroot compile-stage2

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to