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

tar --files-from=file.list -xJvf ../netcdf-c-$VERSION.tar.xz
mv netcdf-c-$VERSION netcdf-c-$VERSION-orig

cp -rf ./netcdf-c-$VERSION-new ./netcdf-c-$VERSION

diff --unified -Nr  netcdf-c-$VERSION-orig  netcdf-c-$VERSION > netcdf-c-$VERSION-plugins-dir.patch

mv netcdf-c-$VERSION-plugins-dir.patch ../patches

rm -rf ./netcdf-c-$VERSION
rm -rf ./netcdf-c-$VERSION-orig