X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fhv-install-1;h=233b8ffd32202abcc29359713209eba95b9b0394;hb=268f9623ef6268273f92d73e04eab0e586a7d488;hp=55940a69659bb8ea639644bc0543d5f21eda6c6e;hpb=76d0fb8907b4f4d497ff9f6d20293907ff2a5589;p=hvlinux.git diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 55940a6..233b8ff 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,42 +109,6 @@ 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} - - # Audio raw utilities - ipkg ${LIBSAMPLERATE} - - # Audio file formats - ipkg ${LIBOGG} - ipkg ${LIBVORBIS} - ipkg -m acnb ${FLAC} - ipkg ${LAME} - ipkg ${LIBA52} "--enable-shared" - ipkg ${LIBID3TAG} - ipkg ${LIBMAD} - - ipkg -m acnb ${LIBFAAC} - ipkg -m acnb ${LIBFAAD2} - ipkg ${LIBTHEORA} - ipkg ${XVIDCORE} - - # Audio libraries - ipkg -m acnb ${AUDIOFILE} - ipkg ${PORTAUDIO} - ipkg ${LIBSNDFILE} - - # Audio servers - ####ipkg ${ESOUND} # Necessary???? - ipkg ${SPEEX} - ##ipkg ${PULSEAUDIO} - ipkg ${JACK} "--disable-portaudio" - - ipkg ${ALSA_PLUGINS} # Depends on pulseaudio - ipkg ${VORBIS_TOOLS} - # Audio applications ipkg -m acnb ${GRIP} "--disable-id3" ipkg -m acnb ${CDRDAO} @@ -175,14 +130,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 +155,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) + # 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 +175,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 +187,7 @@ ipkg ${GEDA_GATTRIB} rscr mult "Performing post-install" cis-post-install +write_completed_stage +display_stage_build_stats + exit $?