From: acinonyx Date: Mon, 10 Aug 2009 23:33:25 +0000 (+0000) Subject: [packages] usbutils: Update to v0.84 (closes #5666) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=eb5a9fe250c2961bd9edce45b5447e653ec187b5;p=packages.git [packages] usbutils: Update to v0.84 (closes #5666) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17215 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/usbutils/Makefile b/utils/usbutils/Makefile index 0a14944d5..5922835a6 100644 --- a/utils/usbutils/Makefile +++ b/utils/usbutils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=usbutils -PKG_VERSION:=0.73 +PKG_VERSION:=0.84 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/linux-usb -PKG_MD5SUM:=88978b4ad891f610620b1b8e5e0f43eb - -PKG_BUILD_DEPENDS:=zlib +PKG_MD5SUM:=87612c82e66393a395db91361d168c1b include $(INCLUDE_DIR)/package.mk @@ -43,7 +41,8 @@ endef define Package/usbutils/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/lsusb $(1)/usr/sbin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/update-usbids.sh $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/usb-devices $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/update-usbids.sh $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/usr/share $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/usb.ids.gz $(1)/usr/share/ endef