19 lines
593 B
Bash
19 lines
593 B
Bash
# 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
|
|
}
|