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

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

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

diff --unified -Nr  intltool-$VERSION-orig  intltool-$VERSION > intltool-$VERSION-builddir.patch

mv intltool-$VERSION-builddir.patch ../patches

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