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
   361         kx #!/bin/sh
   361         kx 
   361         kx VERSION=0.4.46
   361         kx 
   361         kx tar --files-from=file.list -xJvf ../gegl-$VERSION.tar.xz
   361         kx mv gegl-$VERSION gegl-$VERSION-orig
   361         kx 
   361         kx cp -rf ./gegl-$VERSION-new ./gegl-$VERSION
   361         kx 
   361         kx diff --unified -Nr  gegl-$VERSION-orig  gegl-$VERSION > gegl-$VERSION-runtime-dot.patch
   361         kx 
   361         kx mv gegl-$VERSION-runtime-dot.patch ../patches
   361         kx 
   361         kx rm -rf ./gegl-$VERSION
   361         kx rm -rf ./gegl-$VERSION-orig