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.8.0

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

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

diff --unified -Nr  gnutls-$VERSION-orig  gnutls-$VERSION > gnutls-$VERSION-gtkdoc.patch

mv gnutls-$VERSION-gtkdoc.patch ../patches

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