mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
avrdude: update to 6.4, adopt
This commit is contained in:
parent
fbb9436eb0
commit
e3e5459640
1 changed files with 11 additions and 5 deletions
|
@ -1,15 +1,21 @@
|
||||||
# Template file for 'avrdude'
|
# Template file for 'avrdude'
|
||||||
pkgname=avrdude
|
pkgname=avrdude
|
||||||
version=6.3
|
version=6.4
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="$(vopt_enable gpio linuxgpio) $(vopt_enable spi linuxspi)"
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="elfutils-devel libusb-devel libusb-compat-devel libftdi1-devel"
|
makedepends="elfutils-devel libusb-devel libusb-compat-devel libftdi1-devel
|
||||||
|
hidapi-devel"
|
||||||
depends="avr-libc"
|
depends="avr-libc"
|
||||||
short_desc="Utility to manipulate ROM and EEPROM of AVR microcontrollers"
|
short_desc="Utility to manipulate ROM and EEPROM of AVR microcontrollers"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="Subhaditya Nath <sn03.general@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.nongnu.org/avrdude/"
|
homepage="http://www.nongnu.org/avrdude/"
|
||||||
distfiles="$NONGNU_SITE/$pkgname/${pkgname}-$version.tar.gz"
|
distfiles="$NONGNU_SITE/$pkgname/${pkgname}-$version.tar.gz"
|
||||||
checksum=0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196
|
checksum=a9be7066f70a9dcf4bf0736fcf531db6a3250aed1a24cc643add27641b7110f9
|
||||||
conf_files="/etc/avrdude.conf"
|
conf_files="/etc/avrdude.conf"
|
||||||
|
build_options="gpio spi"
|
||||||
|
desc_option_spi="Enable LINUXSPI support"
|
||||||
|
desc_option_gpio="Enable LINUXGPIO support"
|
||||||
|
build_options_default="${build_options}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue