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

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

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

diff --unified -Nr  ladspa-$VERSION-orig  ladspa-$VERSION > ladspa-$VERSION-make.patch

mv ladspa-$VERSION-make.patch ../patches

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