New package: dfu-programmer-0.7.1

This commit is contained in:
Matt Carroll 2016-07-25 23:53:16 +01:00
parent 86d8e3e3a8
commit ece0eccb35

View file

@ -0,0 +1,18 @@
# Template file for 'dfu-programmer'
pkgname=dfu-programmer
version=0.7.1
revision=1
build_style=gnu-configure
hostmakedepends="automake"
makedepends="libusb-devel"
short_desc="Device Firmware Upgrade class USB driver and flasher"
maintainer="Matt Carroll <oholiab@gmail.com>"
license="GPL-2"
homepage="http://dfu-programmer.github.io"
distfiles="http://github.com/dfu-programmer/dfu-programmer/archive/v$version.tar.gz"
checksum=20ef186b489031c13a9c4e95a2f747e37be2d2fefba8e79d596772d8bd22353b
configure_args="--includedir=${XBPS_CROSS_BASE}/usr/include"
pre_configure() {
./bootstrap.sh
}