Ajout variable manquante HV_FONTS_DIR
[hvlinux.git] / stage3 / stage3-install
index 73083fa..511bc41 100755 (executable)
@@ -20,6 +20,9 @@ fi
 
 init_log_file
 
+# Scripts directory
+export SCRDIR=$(pwd)
+
 ipkg_ac    ${PCRE} \
     --docdir=/usr/share/doc/pcre \
     --enable-utf8 \
@@ -34,9 +37,9 @@ if [ "x${USE_DYNAMIC_DNS}" = "xyes" ]; then
     # For updating dynamic DNS entries.
     ipkg_cust ${DDCLIENT} cis-ddclient
 fi
-ipkg_ac    ${LIBPCAP} "--enable-yydebug"
+ipkg_ac_nb ${LIBPCAP}
 ipkg_ac    ${TCPDUMP}
-ipkg_ac_nb ${NMAP}
+ipkg_ac_nb ${NMAP} --without-nmapfe
 ipkg_cust  ${BIND} cis-bind
 ipkg_cust  ${IPTABLES} cis-iptables
 
@@ -48,21 +51,20 @@ ipkg_cust  ${ZIP}   cis-zip
 ipkg_cust  ${UNZIP} cis-unzip
 ipkg_cust  ${UNRAR} cis-unrar
 ipkg_ac    ${CPIO}
-ipkg_ac    ${PARTED}
+ipkg_ac    ${PARTED} --disable-device-mapper
 ipkg_ac    ${CURL}
 ipkg_ac    ${RSYNC}
 ipkg_ac    ${ED}
-ipkg_ac    ${BC} "--with-readline"
+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_nb ${GIT}
-ipkg_cust  ${GIT_MANPAGES} cis-git-manpages
+ipkg_ac    ${CVS} --disable-server
+ipkg_cust  ${GIT} cis-git
 
 # Graphic libraries without X-Window dependencies
 ipkg_ac    ${LIBJPEG} "--enable-static --enable-shared"
-ipkg_cust  ${LIBOPENJPEG}
+ipkg_cust  ${LIBOPENJPEG} cis-libopenjpeg
 ipkg_ac    ${LIBPNG}
 ipkg_ac    ${LIBART}
 ipkg_ac    ${LIBEXIF}
@@ -132,7 +134,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
     ipkg_pm    ${PERL_MOD_DIGEST_SHA1}
     ipkg_pm    ${PERL_MOD_URI}
     ipkg_pm    ${PERL_MOD_LWP}
-    ipkg_cust  ${PERL_MOD_NET_DNS} cis-pm-net-dns
+    ipkg_pm    ${PERL_MOD_NET_DNS} --no-online-tests
 
     # Needed by OpenOffice ???
     ipkg_pm    ${PERL_MOD_ARCHIVE_ZIP}
@@ -272,7 +274,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
     ipkg_cust  ${NSS} cis-nss
     ipkg_cust  ${FIREFOX} cis-firefox
 
-    # Plugins for Opera and Firefox
+    # Plugins for Firefox
     ipkg_cust  ${JAVA} cis-java
     ipkg_cust  ${AGG} cis-agg
     ipkg_cust  ${GNASH} cis-gnash
@@ -335,7 +337,11 @@ ipkg_ac_nb ${KVM}
 ipkg_ac_nb ${BRIDGE_UTILS}
 ipkg_cust  ${UML_UTILITIES} cis-uml-utilities
 
-ipkg_cust  ${GUILE} cis-guile
+ipkg_ac    ${GUILE} \
+    --enable-posix \
+    --disable-static \
+    --enable-networking \
+    --enable-regex
 
 ipkg_cust  ${CKERMIT} cis-ckermit