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

tar --files-from=file.list -xjvf ../alsa-lib-$VERSION.tar.bz2
mv alsa-lib-$VERSION alsa-lib-$VERSION-orig

cp -rf ./alsa-lib-$VERSION-new ./alsa-lib-$VERSION

diff --unified -Nr  alsa-lib-$VERSION-orig  alsa-lib-$VERSION > alsa-lib-$VERSION-python.patch

mv alsa-lib-$VERSION-python.patch ../patches

rm -rf ./alsa-lib-$VERSION
rm -rf ./alsa-lib-$VERSION-orig