]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated usbutils to version 0.84.
authorStefan Schantl <Stevee@ipfire.org>
Mon, 3 Aug 2009 17:21:16 +0000 (19:21 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Mon, 3 Aug 2009 17:21:16 +0000 (19:21 +0200)
lfs/usbutils

index 6a7af7d425820b256f7cab0c899d8e54eb23967e..2b1709b1f20a426b868910de252b7263a07f2933 100644 (file)
 include Config
 
 PKG_NAME   = usbutils
-PKG_VER    = 0.82
+PKG_VER    = 0.84
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.gz
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 CORE       = yes
@@ -73,5 +73,8 @@ $(OBJECT): $(objects)
                        --prefix=/usr
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
+
+       rm -fv /usr/share/usb.ids.gz
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)