summaryrefslogtreecommitdiff
path: root/misc/usbids/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-11-22 13:06:40 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-11-22 13:06:40 +0000
commit00ba82677c7994e0b18905e5868568a03728d872 (patch)
tree76a4b4428937a359e3cf44115f5ddc109a9d3647 /misc/usbids/Makefile
parent75c71fbdae1a7168b33786038e281cd134c5cdcd (diff)
downloadpkgsrc-00ba82677c7994e0b18905e5868568a03728d872.tar.gz
Import usbids version 20081118.
This package contains a public list of all known IDs used in USB devices; that is ID's of vendors, devices, subsystems and device classes. These ID lists (usually in form of a usb.ids file) are used in various programs to display full device names instead of the numeric IDs.
Diffstat (limited to 'misc/usbids/Makefile')
-rw-r--r--misc/usbids/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/usbids/Makefile b/misc/usbids/Makefile
new file mode 100644
index 00000000000..2cfafe4db95
--- /dev/null
+++ b/misc/usbids/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/22 13:06:40 jmcneill Exp $
+#
+
+DISTNAME= usbids-20081118
+CATEGORIES= misc
+MASTER_SITES= http://www.invisible.ca/~jmcneill/distfiles/
+
+MAINTAINER= jmcneill@NetBSD.org
+HOMEPAGE= http://www.linux-usb.org/
+COMMENT= Repository of USB IDs (usb.ids database)
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+NO_BUILD= yes
+
+WRKSRC= ${WRKDIR}
+
+do-install:
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/usbids
+ ${INSTALL_DATA} ${WRKSRC}/usb.ids ${DESTDIR}${PREFIX}/share/usbids
+
+.include "../../mk/bsd.pkg.mk"