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.3.0-ppc32/Makefile)	(revision 447)
+++ Makefile	(.../2.0.1-ppc32/Makefile)	(revision 448)
@@ -15,13 +15,13 @@
 
 SOURCE_REQUIRES    = sources/packages/n/libnsl
 
-REQUIRES          += net/libnsl/1.3.0
-REQUIRES          += net/libtirpc/1.3.1-ppc32
+REQUIRES          += net/libnsl/2.0.1
+REQUIRES          += net/libtirpc/1.3.6-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 1.3.0
+version            = 2.0.1
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/packages/n/libnsl/libnsl-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/libnsl-$(version)
@@ -43,7 +43,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 LIBNSL_32_PKG_NAME                = libnsl-x32
-LIBNSL_32_PKG_VERSION             = 1.3.0
+LIBNSL_32_PKG_VERSION             = 2.0.1
 LIBNSL_32_PKG_ARCH                = $(PKGARCH)
 LIBNSL_32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 LIBNSL_32_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)