mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
I haven't been using void linux for a long time, and I don't see myself doing so in the near future. A lot of these packages are out-of-date due to that exact reason. So, I'm giving up maintainership of my packages.
18 lines
724 B
Bash
18 lines
724 B
Bash
# Template file for 'avrdude'
|
|
pkgname=avrdude
|
|
version=7.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-linuxspi --enable-linuxgpio --enable-parport"
|
|
hostmakedepends="flex"
|
|
makedepends="elfutils-devel libusb-devel libusb-compat-devel libftdi1-devel
|
|
hidapi-devel"
|
|
depends="avr-libc"
|
|
short_desc="Utility to manipulate ROM and EEPROM of AVR microcontrollers"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://www.nongnu.org/avrdude/"
|
|
changelog="https://raw.githubusercontent.com/avrdudes/avrdude/master/NEWS"
|
|
distfiles="$NONGNU_SITE/$pkgname/${pkgname}-$version.tar.gz"
|
|
checksum=c0ef65d98d6040ca0b4f2b700d51463c2a1f94665441f39d15d97442dbb79b54
|
|
conf_files="/etc/avrdude.conf"
|