[packages] usbutils: Update to v0.84 (closes #5666)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17215 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2009-08-10 23:33:25 +00:00
parent 4a9fae915e
commit eb5a9fe250

View File

@ -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