Import dfu-util 0.9

ok wiedi
This commit is contained in:
sevan 2016-12-03 03:26:07 +00:00
parent ada030a90d
commit 7043fd9af6
4 changed files with 40 additions and 0 deletions

2
comms/dfu-util/DESCR Normal file
View file

@ -0,0 +1,2 @@
Host (PC) side implementation of the USB DFU (Universal Serial Bus Device
Firmware Upgrade) protocol.

27
comms/dfu-util/Makefile Normal file
View file

@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.1 2016/12/03 03:26:07 sevan Exp $
#
DISTNAME= dfu-util-0.9
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dfu-util/files/}
MAINTAINER= noud4@users.sourceforge.net
HOMEPAGE= http://dfu-util.sourceforge.net/
COMMENT= Host side implementation of the USB DFU protocol
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
CPPFLAGS+= "-I${BUILDLINK_PREFIX.libusb1}/include/libusb-1.0"
CONFIGURE_ARGS+= -prefix=${PREFIX}
CONFIGURE_ARGS+= CPPFLAGS="${CPPFLAGS}"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "FreeBSD" || ${OPSYS} != "DragonFly"
BUILDLINK_TRANSFORM+= l:usb:usb-1.0
.endif
.include "../../devel/libusb1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
comms/dfu-util/PLIST Normal file
View file

@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2016/12/03 03:26:07 sevan Exp $
bin/dfu-prefix
bin/dfu-suffix
bin/dfu-util
man/man1/dfu-util.1

6
comms/dfu-util/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2016/12/03 03:26:07 sevan Exp $
SHA1 (dfu-util-0.9.tar.gz) = 8fd46461b6990dd72bb0a10ad34fe76d4fec4565
RMD160 (dfu-util-0.9.tar.gz) = 44d39b0fdcca5b675a61be56bcccd85881c1244a
SHA512 (dfu-util-0.9.tar.gz) = caa7148b7a9004e2b1f7bc4f1a26b48abfe311743bc0eeed1ab57459910371affc39b6fe7e74b7cac6ca9de41a9901b7a970253ca92d7d66d5008f8a11d2c952
Size (dfu-util-0.9.tar.gz) = 138397 bytes