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

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

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

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

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

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