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
Index: Makefile
===================================================================
--- Makefile	(revision 8)
+++ Makefile	(revision 9)
@@ -9,7 +9,7 @@
 
 versions    = 1.1.34
 pkgname     = libxslt
-suffix      = tar.gz
+suffix      = tar.xz
 
 tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
Index: create-1.1.34-python-patch/create.patch.sh
===================================================================
--- create-1.1.34-python-patch/create.patch.sh	(revision 8)
+++ create-1.1.34-python-patch/create.patch.sh	(revision 9)
@@ -2,7 +2,7 @@
 
 VERSION=1.1.34
 
-tar --files-from=file.list -xzvf ../libxslt-$VERSION.tar.gz
+tar --files-from=file.list -xJvf ../libxslt-$VERSION.tar.xz
 mv libxslt-$VERSION libxslt-$VERSION-orig
 
 cp -rf ./libxslt-$VERSION-new ./libxslt-$VERSION