Revision: 2714
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2714&view=rev
Author:   owes
Date:     2009-04-16 20:44:08 +0000 (Thu, 16 Apr 2009)

Log Message:
-----------
Upgrade to syslinux-3.75
Change from gz to bz2, the syslinux gzip is now ~3.6 MB

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

Modified: ipcop/trunk/lfs/syslinux
===================================================================
--- ipcop/trunk/lfs/syslinux    2009-04-16 05:44:26 UTC (rev 2713)
+++ ipcop/trunk/lfs/syslinux    2009-04-16 20:44:08 UTC (rev 2714)
@@ -33,13 +33,13 @@
 include Config
 
 PKG_NAME   = syslinux
-VER        = 3.75-pre4
+VER        = 3.75
 HOST_ARCH  = i486
 OTHER_SRC  = yes
 
-THISAPP    = syslinux-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = $(URL_KERNEL)/linux/utils/boot/syslinux/Testing
+THISAPP    = $(PKG_NAME)-$(VER)
+DL_FILE    = $(THISAPP).tar.bz2
+DL_FROM    = $(URL_KERNEL)/linux/utils/boot/syslinux
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
@@ -51,7 +51,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = adecbc73294687e3a9f5a5911f1d655b
+$(DL_FILE)_MD5 = daddab10857b73c08d7278da4fdb0781
 
 install : $(TARGET)
 
@@ -80,7 +80,7 @@
 
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 
        # the recommended way is to use precompiled ldlinux.asm
        # but installer could be recompiled


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

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to