wget http://www.gnuwakes.org/depot/1.1/main/sources/iptables-1.6.0.tar.bz2 tar -xf iptables-1.6.0.tar.bz2 SOURCES_DIR=$PWD/iptables-1.6.0 INSTALL_DIR=$PWD/iptables-1.6.0-install BUILD_DIR=$PWD/iptables-1.6.0-build mkdir $INSTALL_DIR $BUILD_DIR cd $BUILD_DIR set -e cp -rp $SOURCES_DIR/* . ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64 make make DESTDIR=$INSTALL_DIR install