public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libtool: update to 2.4.6
@ 2016-02-18 11:40 Marcel Lorenz
  0 siblings, 0 replies; 3+ messages in thread
From: Marcel Lorenz @ 2016-02-18 11:40 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1377 bytes --]

---
 lfs/libtool | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/lfs/libtool b/lfs/libtool
index 0172145..b48674a 100644
--- a/lfs/libtool
+++ b/lfs/libtool
@@ -24,10 +24,10 @@
 
 include Config
 
-VER        = 2.4.4
+VER        = 2.4.6
 
 THISAPP    = libtool-$(VER)
-DL_FILE    = $(THISAPP).tar.xz
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 51bf400de3354687d68dfa2392506b7e
+$(DL_FILE)_MD5 = addf44b646ddb4e3919805aa88fa7c5e
 
 install : $(TARGET)
 
@@ -65,16 +65,13 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) :
 $(subst %,%_MD5,$(objects)) :
 	@$(MD5)
 
-dist: 
-	@$(PAK)
-
 ###############################################################################
 # Installation Details
 ###############################################################################
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
+	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
-- 
1.9.1


^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH] libtool: Update to 2.4.6
@ 2016-04-13 12:12 Alexander Marx
  2016-04-13 12:48 ` Michael Tremer
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Marx @ 2016-04-13 12:12 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 729 bytes --]

Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
 libtool/libtool.nm | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/libtool/libtool.nm b/libtool/libtool.nm
index 722be3c..1b3e64e 100644
--- a/libtool/libtool.nm
+++ b/libtool/libtool.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libtool
-version    = 2.4.4
+version    = 2.4.6
 release    = 1
 
 groups     = System/Libraries
@@ -20,6 +20,15 @@ description
 end
 
 source_dl  = http://ftp.gnu.org/gnu/libtool/
+sources	   = %{thisapp}.tar.gz
+
+build
+	requires
+		m4
+	end
+end
+
+
 
 packages
 	package %{name}
-- 
2.6.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-13 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-18 11:40 [PATCH] libtool: update to 2.4.6 Marcel Lorenz
2016-04-13 12:12 [PATCH] libtool: Update " Alexander Marx
2016-04-13 12:48 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox