Author: jhuntwork
Date: 2006-01-12 20:12:41 -0700 (Thu, 12 Jan 2006)
New Revision: 1359

Added:
   trunk/packages/BRLTTY/
   trunk/packages/BRLTTY/Makefile
Modified:
   trunk/Makefile
Log:
Initial addition of BRLTTY - outputs screen text to a Braille display

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2006-01-13 03:07:24 UTC (rev 1358)
+++ trunk/Makefile      2006-01-13 03:12:41 UTC (rev 1359)
@@ -277,7 +277,7 @@
        ch-traceroute ch-rsync ch-jhalfs ch-sudo \
        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-squashfs ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which ch-BRLTTY 
\
        ch-strace ch-iptables ch-eject ch-xlockmore ch-hdparm ch-linux \
        ch-ctags ch-unionfs ch-initramfs ch-cdrtools ch-blfs-bootscripts \
        ch-man-fr ch-man-pages-es ch-man-pages-it ch-manpages-de ch-manpages-ru 
\

Added: trunk/packages/BRLTTY/Makefile
===================================================================
--- trunk/packages/BRLTTY/Makefile      2006-01-13 03:07:24 UTC (rev 1358)
+++ trunk/packages/BRLTTY/Makefile      2006-01-13 03:12:41 UTC (rev 1359)
@@ -0,0 +1,30 @@
+# BRLTTY Makefile
+
+NM= BRLTTY
+VRS= 3.7.2
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.GZ
+URL-$(FILE)= http://www.mielke.cc/brltty/releases/$(FILE)
+SHA-$(FILE)= 
+
+# 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 --disable-speech-support --disable-api 
--without-x
+       make $(PM)
+       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