]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated usbutils to 0.81.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 3 May 2009 08:50:58 +0000 (10:50 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 3 May 2009 08:50:58 +0000 (10:50 +0200)
Though, we won't need libusb-compat anymore.

lfs/usbutils

index 70837dfc5a91b3ddba2501a894b3fa9f6192bf03..aeeb9f7883a4c69999bad61d3d952bd86c91e63d 100644 (file)
 include Config
 
 PKG_NAME   = usbutils
-PKG_VER    = 0.73
+PKG_VER    = 0.81
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
-DEPS       = libusb-compat
+DEPS       = libusb
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
@@ -61,14 +61,11 @@ $(objects):
 $(OBJECT): $(objects)
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && sed -i 's|DEST=|&/usr/share/|' update-usbids.sh
        cd $(DIR_APP) && \
                ./configure \
                        $(CONFIGURE_ARCH) \
                        --prefix=/usr
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
-       cd $(DIR_APP) && install -v -m755 update-usbids.sh /usr/sbin/update-usbids
-       gzip -d /usr/share/usb.ids.gz
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)