diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-01-15 10:58:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-01-15 10:58:15 +0100 |
commit | 4f7287635d0bcaa6f1a034b2763682ef1e33510e (patch) | |
tree | 2f1e8aca4df700e808ff3a4e09e768042f95ee11 /package/usbids/Makefile | |
parent | afaea7e6457165b57df712a952ffd0f8c6aebb7b (diff) |
add usb.ids file
Diffstat (limited to 'package/usbids/Makefile')
-rw-r--r-- | package/usbids/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/usbids/Makefile b/package/usbids/Makefile index 98c1f1d7b..5fb514c2b 100644 --- a/package/usbids/Makefile +++ b/package/usbids/Makefile @@ -8,10 +8,9 @@ PKG_VERSION:= 1.0 PKG_RELEASE:= 1 PKG_DESCR:= usb id database PKG_SECTION:= sys/hw -PKG_SITES:= http://www.linux-usb.org/ -PKG_NOCHECKSUM:= 1 +PKG_URL:= http://www.linux-usb.org/ -DISTFILES:= usb.ids.gz +NO_DISTFILES:= 1 include $(ADK_TOPDIR)/mk/package.mk @@ -23,6 +22,6 @@ INSTALL_STYLE:= manual usbids-install: $(INSTALL_DIR) $(IDIR_USBIDS)/usr/share - $(CP) $(WRKSRC)/usb.ids.gz $(IDIR_USBIDS)/usr/share + $(CP) ./files/usb.ids.gz $(IDIR_USBIDS)/usr/share include $(ADK_TOPDIR)/mk/pkg-bottom.mk |