vp-build/srcpkgs/avrdude/template

16 lines
528 B
Bash

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