Removed alsa from stage5
[hvlinux.git] / stage5 / hv-install-1
index 55940a6..fafef67 100755 (executable)
@@ -42,16 +42,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
     ipkg ${ISO_CODES}
     ipkg ${LIBXKLAVIER}
     ipkg ${LIBGLADE}
-    ipkg ${LIBTASN1}
-    ipkg ${GUILE} \
-        --enable-posix \
-        --disable-static \
-        --enable-networking \
-        --enable-regex
-    ipkg ${LIBGPG_ERROR}
-    ipkg ${LIBGCRYPT}
-    ipkg -m acnb ${GNUTLS}
-    ipkg ${LIBIDL}
+    ipkg ${LIBIDL} # Dépendence de quoi??
 
     # GNOME-2.X configuration
     rscr mult "Configuring ${GNOME2_VER}" ./cis-gnome-config
@@ -118,10 +109,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
         # Needed by some packages, mostly audio applications.
         ipkg ${LIBOIL}
 
-        # ALSA
-       ipkg ${ALSA_LIB}
-       ipkg ${ALSA_UTILS}
-       ipkg ${ALSA_OSS}
+       #ipkg ${ALSA_OSS}
 
         # Audio raw utilities
         ipkg ${LIBSAMPLERATE}
@@ -175,14 +163,6 @@ fi
 ipkg ${LIBGAMIN} "--libexecdir=/usr/sbin"
 ipkg ${PCMANFM}
 
-# Mail
-ipkg ${SASL2}
-if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then
-    ipkg ${OPENLDAP}
-fi
-ipkg ${KERBEROS5}
-ipkg -m noac ${SENDMAIL} # Replace by SSMTP for workstation...
-
 if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then
     ipkg -m noac ${PROCMAIL}
     ipkg -m noac ${LIBSPF2}
@@ -208,13 +188,13 @@ if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then
 
     ipkg -m noac ${SQUIRRELMAIL}
     ipkg ${FETCHMAIL} "--with-ssl"
-    ipkg ${MUTT} "--enable-imap --with-ssl"
 
     # Subversion server (client was already installed in stage2) 
     ipkg ${SUBVERSION}
-    ipkg ${INDENT}
 fi
 
+ipkg ${INDENT}
+
 if [ "x${USE_SAMBA}" = "xyes" ]; then
     ipkg ${SAMBA}
 fi
@@ -228,12 +208,9 @@ ipkg -m acnb ${KVM}
 ipkg -m acnb ${BRIDGE_UTILS}
 ipkg ${UML_UTILITIES}
 
-ipkg -s ckermit ${CKERMIT}
-
 ipkg ${TRANSMISSION} "--disable-daemon"
 
-ipkg ${GNUPG} "--libexecdir=/usr/lib"
-
+# Ã‰lectronique
 ipkg ${LIBGEDA}
 ipkg ${GEDA_SYMBOLS}
 ipkg ${GEDA_GSCHEM}
@@ -243,4 +220,7 @@ ipkg ${GEDA_GATTRIB}
 
 rscr mult  "Performing post-install" cis-post-install
 
+write_completed_stage
+display_stage_build_stats
+
 exit $?