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	(.../1.10)	(revision 430)
+++ Makefile	(.../1.13)	(revision 431)
@@ -69,7 +69,7 @@
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 1.10
+version            = 1.13
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/GNU/gzip/gzip-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/gzip-$(version)
@@ -91,7 +91,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GZIP_PKG_NAME                = gzip
-GZIP_PKG_VERSION             = 1.10
+GZIP_PKG_VERSION             = 1.13
 GZIP_PKG_ARCH                = $(PKGARCH)
 GZIP_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GZIP_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
@@ -188,7 +188,7 @@
 	 fi
 	@mkdir -p $(GZIP_PKG)/usr/doc/$(src_dir_name)
 	@( cd $(SRC_DIR) ; \
-	   cp -a COPYING \
+	   cp -a AUTHORS COPYING \
 	       $(GZIP_PKG)/usr/doc/$(src_dir_name) \
 	 )
 	@mkdir -p $(GZIP_PKG)/usr/share/doc/$(src_dir_name)
Index: gzip-pkg-install.sh
===================================================================
--- gzip-pkg-install.sh	(.../1.10)	(revision 430)
+++ gzip-pkg-install.sh	(.../1.13)	(revision 431)
@@ -36,13 +36,13 @@
 * Gzip: (gzip).                 General (de)compression of files (lzw).
 
 Individual utilities
-* gunzip: (gzip)Overview.       Decompression.
-* gzexe: (gzip)Overview.        Compress executables.
-* zcat: (gzip)Overview.         Decompression to stdout.
-* zdiff: (gzip)Overview.        Compare compressed files.
-* zforce: (gzip)Overview.       Force .gz extension on files.
-* zgrep: (gzip)Overview.        Search compressed files.
-* zmore: (gzip)Overview.        Decompression output by pages.
+* gunzip: (gzip)Overview.                       Decompression.
+* gzexe: (gzip)Overview.                        Compress executables.
+* zcat: (gzip)Overview.                         Decompression to stdout.
+* zdiff: (gzip)Overview.                        Compare compressed files.
+* zforce: (gzip)Overview.                       Force .gz extension on files.
+* zgrep: (gzip)Overview.                        Search compressed files.
+* zmore: (gzip)Overview.                        Decompression output by pages.
 EOF
   fi
 }