This package contains a public list of all known IDs used in USB devices.
This commit is contained in:
parent
6485d5b37a
commit
c5a2ac10ae
5 changed files with 49 additions and 0 deletions
1
usbids/DESCR
Normal file
1
usbids/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This package contains a public list of all known IDs used in USB devices.
|
21
usbids/Makefile
Normal file
21
usbids/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/07/16 14:13:42 krub1 Exp $
|
||||
|
||||
DISTNAME= usbids-10032007
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.coris.org.uk/mrk/pkgsrc/
|
||||
|
||||
MAINTAINER= mkirby@NetBSD.org
|
||||
HOMEPAGE= http://www.linux-usb.org/usb.ids
|
||||
COMMENT= Repository of USB vendor id's
|
||||
|
||||
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"
|
3
usbids/PLIST
Normal file
3
usbids/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/16 14:13:42 krub1 Exp $
|
||||
share/usbids/usb.ids
|
||||
@dirrm share/usbids
|
19
usbids/buildlink3.mk
Normal file
19
usbids/buildlink3.mk
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/07/16 14:13:42 krub1 Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
USBIDS_BUILDLINK3_MK:= ${USBIDS_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= usbids
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nusbids}
|
||||
BUILDLINK_PACKAGES+= usbids
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}usbids
|
||||
|
||||
.if ${USBIDS_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.usbids+= usbids>=10032007
|
||||
BUILDLINK_PKGSRCDIR.usbids?= ../../misc/usbids
|
||||
.endif # USBIDS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
5
usbids/distinfo
Normal file
5
usbids/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/07/16 14:13:42 krub1 Exp $
|
||||
|
||||
SHA1 (usbids-10032007.tar.gz) = 8d4b7f25204b1841f811f6dfe3855a722bb42a31
|
||||
RMD160 (usbids-10032007.tar.gz) = 21a1b926fa3cd6b46c180de67851a894e3fe8b9a
|
||||
Size (usbids-10032007.tar.gz) = 58539 bytes
|
Loading…
Reference in a new issue