Author: alexander
Date: 2005-12-26 05:51:23 -0700 (Mon, 26 Dec 2005)
New Revision: 1317
Added:
trunk/packages/dmraid/
trunk/packages/dmraid/Makefile
Modified:
trunk/Makefile
Log:
Added the "dmraid" package, for people who have to use fake (BIOS) RAID.
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-12-26 04:54:13 UTC (rev 1316)
+++ trunk/Makefile 2005-12-26 12:51:23 UTC (rev 1317)
@@ -277,7 +277,7 @@
ch-XML-Parser ch-Terminal ch-irssi \
ch-xchat ch-wireless_tools ch-tcpwrappers ch-portmap ch-nfs-utils \
ch-traceroute ch-rsync ch-jhalfs ch-sudo \
- ch-dialog ch-ncftp ch-pciutils ch-nALFS ch-device-mapper ch-LVM2 \
+ ch-dialog ch-ncftp ch-pciutils ch-nALFS ch-device-mapper ch-LVM2
ch-dmraid \
ch-dhcpcd ch-distcc ch-ppp ch-rp-pppoe ch-libaal ch-reiser4progs \
ch-squashfs ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which \
ch-strace ch-iptables ch-eject ch-xlockmore ch-hdparm ch-linux \
Added: trunk/packages/dmraid/Makefile
===================================================================
--- trunk/packages/dmraid/Makefile 2005-12-26 04:54:13 UTC (rev 1316)
+++ trunk/packages/dmraid/Makefile 2005-12-26 12:51:23 UTC (rev 1317)
@@ -0,0 +1,32 @@
+# dmraid Makefile
+
+NM= dmraid
+VRS= 1.0.0.rc9
+DIR= $(NM)
+
+FILE= $(NM)-$(VRS).tar.bz2
+URL-$(FILE)= http://people.redhat.com/~heinzm/sw/$(NM)/src/$(FILE)
+SHA-$(FILE)= b394202fe2217cf02fae8e444a262c22415ec61b
+
+# 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:
+ cd $(VRS) ; sed -i '/selinux/d' tools/Makefile.in
+ cd $(VRS) ; ./configure --prefix=/usr
+ # This package doesn't like parallel build
+ cd $(VRS) ; make
+ cd $(VRS) ; make install
+
+clean:
+ -rm -rf $(NM)
+
+.PHONY: clean chroot compile-stage2
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page