Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
#!/bin/sh

VERSION=1.2.1

tar --files-from=file.list -xJvf ../iptraf-ng-$VERSION.tar.xz
mv iptraf-ng-$VERSION iptraf-ng-$VERSION-orig

cp -rf ./iptraf-ng-$VERSION-new ./iptraf-ng-$VERSION

diff --unified -Nr  iptraf-ng-$VERSION-orig  iptraf-ng-$VERSION > iptraf-ng-$VERSION-cross.patch

mv iptraf-ng-$VERSION-cross.patch ../patches

rm -rf ./iptraf-ng-$VERSION
rm -rf ./iptraf-ng-$VERSION-orig