#------------------------------------------------------------------------------ # 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 packages to be build: + base 2.8.2 ### RPM build info ### RPM package source: ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/Base%3A/System/openSUSE_Factory/src/rzsz-0.12.20-1988.4.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: # # RPM build command: # rpmbuild -ba --rmsource --nocheck ./SPECS/rzsz.spec ### download Source: wget https://ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz ### extract gzip -d lrzsz-0.12.20.tar.gz tar xvf lrzsz-0.12.20.tar cd lrzsz-0.12.20 export CFLAGS='-O2 -march=i486' export CXXFLAGS="${CFLAGS}" ./configure --prefix=/usr --disable-nls --program-transform-name=s/l// make strip -s src/lrz strip -s src/lsz --------------- tar cvzf lrzsz-0.12.20-e1.tgz src/lrz src/lsz AUTHORS COPYING INSTALL NEWS README TODO ChangeLog man/lrz.1 man/lsz.1