-Removed all ipkg_* functions and replaced them with a single ipkg function accepting...
[hvlinux.git] / stage3 / stage3-install
index 556e764..4f7a4c5 100755 (executable)
@@ -26,6 +26,9 @@ export SCRDIR=$(pwd)
 ipkg_cust  ${NANO} cis-nano --enable-color --enable-multibuffer
 ipkg_ac    ${WHICH}
 ipkg_cust  ${PCIUTILS} cis-pciutils
+ipkg_cust  ${LIBUSB} cis-libusb
+ipkg_ac    ${LIBUSB_COMPAT}
+ipkg_cust  ${USBUTILS} cis-usbutils
 ipkg_cust  ${REISERFSPROGS} cis-reiserfsprogs
 ipkg_cust  ${NET_TOOLS} cis-net-tools
 ipkg_cust  ${DHCP} cis-dhcp
@@ -82,7 +85,7 @@ ipkg_ac    ${BC} --with-readline
 INIT_D_PATH=/etc/rc.d/init.d \
     ipkg_ac_nb ${FUSE}
 ipkg_cust  ${DOSFSTOOLS} cis-dosfstools
-ipkg_ac    ${CVS} --disable-server
+#ipkg_ac    ${CVS} --disable-server
 ipkg_cust  ${GIT} cis-git
 
 # Perl modules
@@ -90,6 +93,7 @@ ipkg_pm    ${PERL_MOD_PDL}
 ipkg_pm    ${PERL_MOD_XML_WRITER}
 ipkg_pm    ${PERL_MOD_XML_PARSER}
 
+ipkg_ac    ${INTLTOOL}
 ipkg_ac    ${PYTHON} "--enable-shared"
 
 # DocBook
@@ -106,6 +110,7 @@ ipkg_ac_nb ${LIBXSLT}
 ipkg_cust  ${DOCBOOK_XML}   cis-docbook-xml
 ipkg_cust  ${DOCBOOK_XSL}   cis-docbook-xsl
 ipkg_cust  ${XMLTOMAN}      cis-xmltoman
+ipkg_ac    ${XMLTO}
 
 # Graphic libraries
 ipkg_ac    ${LIBJPEG} "--enable-static --enable-shared"
@@ -120,6 +125,9 @@ ipkg_ac    ${GIFLIB}
 ipkg_ac_nb ${LCMS}
 ipkg_cust  ${LIBMNG}   cis-libmng
 
+ipkg_ac   ${FREETYPE}
+ipkg_cust ${FONTCONFIG} cis-fontconfig
+
 echo "Total build time: $(get_total_build_time ${LFS_LOG_FILE})h"
 
 exit $?