Revision: 6348
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6348&view=rev
Author:   owes
Date:     2012-02-16 22:14:34 +0000 (Thu, 16 Feb 2012)
Log Message:
-----------
Update automake to 1.11.3

Modified Paths:
--------------
    ipcop/trunk/lfs/automake

Modified: ipcop/trunk/lfs/automake
===================================================================
--- ipcop/trunk/lfs/automake    2012-02-16 21:01:26 UTC (rev 6347)
+++ ipcop/trunk/lfs/automake    2012-02-16 22:14:34 UTC (rev 6348)
@@ -33,12 +33,12 @@
 include Config
 
 PKG_NAME   = automake
-VER        = 1.11.2
+VER        = 1.11.3
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
 THISAPP    = $(PKG_NAME)-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_GNU)/$(PKG_NAME)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
@@ -47,11 +47,11 @@
 # Top-level Rules
 ###############################################################################
 
-objects                = $(DL_FILE)
+objects = $(DL_FILE)
 
-$(DL_FILE)     = $(DL_FROM)/$(DL_FILE)
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 18194e804d415767bae8f703c963d456
+$(DL_FILE)_MD5 = 3d72b2076eb4397ad5e9a2aace6357fd
 
 install : $(TARGET)
 
@@ -80,7 +80,7 @@
 
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(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 xf $(DIR_DL)/$(DL_FILE)
 
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make -j $(PARALLELISM)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to