Merge pull request #8222 from ainriver/avrdude-musl

avrdude: enable cross
This commit is contained in:
Enno Boland 2017-10-23 18:51:53 +02:00 committed by GitHub
commit a4369ec394

View file

@ -1,7 +1,7 @@
# Template file for 'avrdude'
pkgname="avrdude"
version=6.3
revision=1
revision=2
build_style=gnu-configure
short_desc="An utility to manipulate ROM and EEPROM of AVR microcontrollers"
maintainer="allan <mail@may.mooo.com>"
@ -9,7 +9,6 @@ license="GPL-2"
homepage="http://www.nongnu.org/avrdude/"
distfiles="$NONGNU_SITE/$pkgname/${pkgname}-$version.tar.gz"
checksum=0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196
only_for_archs="i686 x86_64"
hostmakedepends="flex"
makedepends="elfutils-devel libusb-compat-devel"
depends="avr-libc"