@ -8,53 +8,37 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := usbutils
PKG_NAME := usbutils
PKG_VERSION := 007
PKG_RELEASE := 11
PKG_VERSION := 013
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE_URL := @KERNEL/linux/utils/usb/usbutils
PKG_SOURCE_URL := @KERNEL/linux/utils/usb/usbutils
PKG_HASH := 7593a01724bbc0fd9fe48e62bc721ceb61c76654f1d7b231b3c65f6dfbbaefa4
PKG_LICENSE := GPL-2.0
PKG_HASH := 9e23494fcc78b7a80ee29a07dd179c95ae2f71509c35728dbbabc2d1cca41338
PKG_MAINTAINER := Felix Fietkau <nbd@nbd.name>
PKG_LICENSE := GPL-2.0-only
PKG_LICENSE_FILES := COPYING
PKG_LICENSE_FILES := COPYING
PKG_BUILD_PARALLEL := 1
PKG_FIXUP := autoreconf
PKG_INSTALL := 1
PKG_INSTALL := 1
PKG_MAINTAINER := Felix Fietkau <nbd@nbd.name>
PKG_BUILD_PARALLEL := 1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
d e f i n e P a c k a g e / u s b u t i l s
d e f i n e P a c k a g e / u s b u t i l s
SECTION:= utils
SECTION:= utils
CATEGORY:= Utilities
CATEGORY:= Utilities
DEPENDS:= +libusb-1.0 +librt +libpthread
DEPENDS:= +libusb-1.0 +libudev +usbids +lib rt +libpthread
TITLE:= USB devices listing utilities
TITLE:= USB devices listing utilities
URL:= http://www.linux-usb.org/
URL:= http://www.linux-usb.org/
e n d e f
e n d e f
USB_IDS_VER := 0.339
USB_IDS_FILE := usb.ids.$( USB_IDS_VER)
d e f i n e D o w n l o a d / u s b _ i d s
FILE:= $( USB_IDS_FILE)
URL_FILE:= usb.ids
URL:= @GITHUB/vcrhonek/hwdata/v$( USB_IDS_VER)
HASH:= 5ab6b663d3119217aa4117e95063c9b82646107344f2ae1d22248c6c29389fd7
e n d e f
$( eval $ ( call Download ,usb_ids ) )
d e f i n e B u i l d / P r e p a r e
$( Build/Prepare/Default)
$( CP) $( DL_DIR) /$( USB_IDS_FILE) $( PKG_BUILD_DIR) /usb.ids
e n d e f
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
--disable-zlib
--datadir= $( CONFIGURE_PREFIX) /share/hwdata
d e f i n e P a c k a g e / u s b u t i l s / i n s t a l l
d e f i n e P a c k a g e / u s b u t i l s / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/lsusb $( 1) /usr/bin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/lsusb $( 1) /usr/bin/
$( INSTALL_DIR) $( 1) /usr/share
$( INSTALL_DATA) $( PKG_INSTALL_DIR) /usr/share/usb.ids $( 1) /usr/share/
e n d e f
e n d e f
$( eval $ ( call BuildPackage ,usbutils ) )
$( eval $ ( call BuildPackage ,usbutils ) )