Author: alexander
Date: 2006-07-20 01:36:19 -0600 (Thu, 20 Jul 2006)
New Revision: 1673

Added:
   trunk/packages/synaptics/
   trunk/packages/synaptics/Makefile
Modified:
   trunk/Makefile
Log:
Added synaptics touchpad driver.
TODO: real and up-to-date example for xorg.conf


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2006-07-20 07:16:52 UTC (rev 1672)
+++ trunk/Makefile      2006-07-20 07:36:19 UTC (rev 1673)
@@ -239,9 +239,9 @@
        ch-screen ch-pkgconfig ch-libidn ch-curl ch-zip ch-unzip ch-lynx 
ch-libxml2 ch-expat \
        ch-subversion ch-lfs-bootscripts ch-livecd-bootscripts ch-docbook-xml 
ch-libxslt \
        ch-docbook-xsl ch-html_tidy ch-LFS-BOOK ch-libpng ch-freetype \
-       ch-fontconfig ch-Xorg-modular ch-freefont ch-inputattach 
ch-fonts-dejavu \
-       ch-fonts-kochi ch-fonts-firefly ch-fonts-baekmuk ch-libjpeg ch-libtiff \
-       ch-openssh ch-glib2 ch-giflib ch-imlib ch-imlib2 \
+       ch-fontconfig ch-Xorg-modular ch-synaptics ch-inputattach \
+       ch-freefont ch-fonts-dejavu ch-fonts-kochi ch-fonts-firefly 
ch-fonts-baekmuk \
+       ch-libjpeg ch-libtiff ch-openssh ch-glib2 ch-giflib ch-imlib ch-imlib2 \
        ch-gc ch-w3m ch-cairo ch-hicolor-icon-theme \
        ch-pango ch-atk ch-gtk2 ch-cvs ch-popt ch-samba ch-libIDL ch-seamonkey \
        ch-librsvg ch-startup-notification chroot-gvim ch-xfce ch-vte ch-exo \

Added: trunk/packages/synaptics/Makefile
===================================================================
--- trunk/packages/synaptics/Makefile                           (rev 0)
+++ trunk/packages/synaptics/Makefile   2006-07-20 07:36:19 UTC (rev 1673)
@@ -0,0 +1,29 @@
+# synaptics Makefile
+
+NM= synaptics
+VRS= 0.14.6
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.bz2
+URL-$(FILE)= http://web.telia.com/~u89404340/touchpad/files/$(FILE)
+SHA-$(FILE)= 41443e253e73546657b40435c8c9bfa0a91662bc
+
+# 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:
+       make PREFIX=/usr
+       make PREFIX=/usr 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