#------------------------------------------------------------------------------ # Copyright (c) 2001-2018 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2008-08-24 jed # Last Update: $Id$ # # !!! this is not a script but an step-by-step howto !!! #------------------------------------------------------------------------------ exit 1 # - needs the following environment to build: gcc v3.3.4 # - needs the following library packages to be build: - gettext-dev - liblockdev-dev - ncurses-dev # - needs the following packages to be build: + base 2.8.2 ### RPM build info ### RPM package source: https://download.opensuse.org/repositories/openSUSE:/Factory/standard/src/minicom-2.7.1-1.7.src.rpm # if the RPM build process is used instead of the manual build process, # the following package can be ignored and aren't required for this package: # - ckermit # # RPM build command: # rpmbuild -ba --rmsource --nocheck ./SPECS/minicom.spec ### download Source: wget https://alioth.debian.org/frs/download.php/file/4215/minicom-2.7.1.tar.gz ### extract gzip -d minicom-2.7.1.tar.gz tar xvf minicom-2.7.1.tar cd minicom-2.6.1 eisfair-1: ./configure --prefix/usr --enable-music --disable-nls --enable-cfg-dir=/var/minicom --enable-dfl-baud=9600 --enable-dfl-port=/dev/ttyS0 eisfair-2: ./configure --enable-music --disable-nls --enable-cfg-dir=/data/packages//minicom --enable-dfl-baud=9600 --enable-dfl-port=/dev/ttyS0 make strip -s src/ascii-xfr strip -s src/minicom strip -s src/runscript cp src/minicom src/minicom.bin # rename program --------------- tar cvzf minicom261.tgz src/ascii-xfr src/minicom.bin src/runscript AUTHOR COPYING INSTALL NEWS README TODO ChangeLog doc/minicom.FAQ man/ascii-xfr.1 man/minicom.1 man/runscript.1