Revision: 2807
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2807&view=rev
Author:   gespinasse
Date:     2009-05-07 07:15:50 +0000 (Thu, 07 May 2009)

Log Message:
-----------
Upgrade usbutils to 0.82

/usr is now the default prefix

Remove gzip timestamp with -n flag
Add -9 but gain is only 1k

Switch to bz2 package as that's mostly what we choose in 2.0

Modified Paths:
--------------
    ipcop/trunk/config/rootfiles/common/usbutils
    ipcop/trunk/lfs/usbutils

Modified: ipcop/trunk/config/rootfiles/common/usbutils
===================================================================
--- ipcop/trunk/config/rootfiles/common/usbutils        2009-05-07 06:34:34 UTC 
(rev 2806)
+++ ipcop/trunk/config/rootfiles/common/usbutils        2009-05-07 07:15:50 UTC 
(rev 2807)
@@ -1,5 +1,5 @@
-## usbutils-0.73
-##
+#usr/lib/pkgconfig/usbutils.pc
 usr/sbin/lsusb
+#usr/sbin/update-usbids.sh
 #usr/share/man/man8/lsusb.8
 usr/share/usb.ids.gz

Modified: ipcop/trunk/lfs/usbutils
===================================================================
--- ipcop/trunk/lfs/usbutils    2009-05-07 06:34:34 UTC (rev 2806)
+++ ipcop/trunk/lfs/usbutils    2009-05-07 07:15:50 UTC (rev 2807)
@@ -33,12 +33,12 @@
 include Config
 
 PKG_NAME   = usbutils
-VER        = 0.81
+VER        = 0.82
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
 THISAPP    = $(PKG_NAME)-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_SFNET)/linux-usb
 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                         = ba5e44d49ebf382015e96f43ce982abb
+$(DL_FILE)_MD5                         = b5d02041648bcd6e2070fe5c4647b2d0
 
 install : $(TARGET)
 
@@ -80,13 +80,13 @@
 
 $(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)
 
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && ./configure 
        cd $(DIR_APP) && make && make install
 
        # Compressing the ids file saves ~ 300 KByte
-       gzip -f /usr/share/usb.ids
+       gzip -fn9 /usr/share/usb.ids
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)


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

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to