From: Michael Tremer Date: Sun, 3 May 2009 08:50:58 +0000 (+0200) Subject: Updated usbutils to 0.81. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d8bbdc70534609c2344af4ae7c7bb7dc98e199;p=ipfire-3.x.git Updated usbutils to 0.81. Though, we won't need libusb-compat anymore. --- diff --git a/lfs/usbutils b/lfs/usbutils index 70837dfc5..aeeb9f788 100644 --- a/lfs/usbutils +++ b/lfs/usbutils @@ -25,13 +25,13 @@ 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)