Author: jhuntwork
Date: 2005-11-22 08:33:06 -0700 (Tue, 22 Nov 2005)
New Revision: 1136

Added:
   trunk/packages/jhalfs/
   trunk/packages/jhalfs/Makefile
Modified:
   trunk/Makefile
Log:
Added jhalfs

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2005-11-22 15:28:22 UTC (rev 1135)
+++ trunk/Makefile      2005-11-22 15:33:06 UTC (rev 1136)
@@ -273,7 +273,7 @@
        ch-startup-notification chroot-gvim ch-xfce ch-vte ch-exo \
        ch-XML-Parser ch-Terminal ch-irssi \
        ch-xchat ch-wireless_tools ch-tcpwrappers ch-portmap ch-nfs-utils \
-       ch-traceroute ch-rsync \
+       ch-traceroute ch-rsync ch-jhalfs \
        ch-dialog ch-ncftp ch-pciutils ch-nALFS ch-device-mapper ch-LVM2 \
        ch-dhcpcd ch-distcc ch-ppp ch-rp-pppoe ch-libaal ch-reiser4progs \
        ch-squashfs ch-cpio ch-gdbm ch-mutt ch-msmtp ch-tin ch-mdadm ch-which \

Added: trunk/packages/jhalfs/Makefile
===================================================================
--- trunk/packages/jhalfs/Makefile      2005-11-22 15:28:22 UTC (rev 1135)
+++ trunk/packages/jhalfs/Makefile      2005-11-22 15:33:06 UTC (rev 1136)
@@ -0,0 +1,25 @@
+# jhalfs Makefile
+
+NM= jhalfs
+VRS= 0.2
+DIR= $(NM)-$(VRS)
+
+# Targets
+
+include $(ROOT)/scripts/functions
+
+chroot:
+       chroot "$(MP)" $(chenv-blfs) \
+       'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
+
+stage2: Makefile
+       svn co svn://linuxfromscratch.org/ALFS/jhalfs/branches/$(VRS) $(DIR)
+       $(std_build)
+
+compile-stage2:
+       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