X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fhv-install-1;h=fafef6725e042d9f8c54e33189bde0f498ecaf1e;hb=6a3cd9975f8dce00043ecebcc3952d246875d794;hp=6320665505a1fcff5aedb09bcb2aa615e2dfd056;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 6320665..fafef67 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -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 ${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 $?