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=3.7.1

tar --files-from=file.list -xzvf ../nettle-$VERSION.tar.gz
mv nettle-$VERSION nettle-$VERSION-orig

cp -rf ./nettle-$VERSION-new ./nettle-$VERSION

diff --unified -Nr  nettle-$VERSION-orig  nettle-$VERSION > nettle-$VERSION-parallel.patch

mv nettle-$VERSION-parallel.patch ../patches

rm -rf ./nettle-$VERSION
rm -rf ./nettle-$VERSION-orig