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 384)
+++ Makefile	(revision 385)
@@ -7,7 +7,7 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/packages/n/gnutls
 
-versions    = 3.7.1
+versions    = 3.8.0
 pkgname     = gnutls
 suffix      = tar.xz
 
@@ -14,8 +14,7 @@
 tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches     = $(CURDIR)/patches/gnutls-3.7.1-gtkdoc.patch
-patches    += $(CURDIR)/patches/gnutls-3.7.1-guile-cross.patch
+patches     = $(CURDIR)/patches/gnutls-3.8.0-gtkdoc.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -50,8 +49,7 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-3.7.1-gtkdoc-patch      ; ./create.patch.sh ) ; \
-	 ( cd create-3.7.1-guile-cross-patch ; ./create.patch.sh ) ; \
+	 ( cd create-3.8.0-gtkdoc-patch ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: