15 lines
558 B
Bash
15 lines
558 B
Bash
# Template file for 'avrdude'
|
|
pkgname=avrdude
|
|
version=6.3
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="flex"
|
|
makedepends="elfutils-devel libusb-devel libusb-compat-devel libftdi1-devel"
|
|
depends="avr-libc"
|
|
short_desc="Utility to manipulate ROM and EEPROM of AVR microcontrollers"
|
|
maintainer="allan <mail@may.mooo.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://www.nongnu.org/avrdude/"
|
|
distfiles="$NONGNU_SITE/$pkgname/${pkgname}-$version.tar.gz"
|
|
checksum=0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196
|
|
conf_files="/etc/avrdude.conf"
|