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

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

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

diff --unified -Nr  rtmpdump-$VERSION-orig  rtmpdump-$VERSION > rtmpdump-$VERSION-cross.patch

mv rtmpdump-$VERSION-cross.patch ../patches

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