avrrude 8.1-5
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name='avrdude'
|
name='avrdude'
|
||||||
version='8.1'
|
version='8.1'
|
||||||
release='4'
|
release='5'
|
||||||
desc='Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers'
|
desc='Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers'
|
||||||
desc_ru='Скачивание/загрузка/манипулирование содержимым ROM и EEPROM микроконтроллеров AVR'
|
desc_ru='Скачивание/загрузка/манипулирование содержимым ROM и EEPROM микроконтроллеров AVR'
|
||||||
homepage='https://github.com/avrdudes/avrdude/'
|
homepage='https://github.com/avrdudes/avrdude/'
|
||||||
@@ -110,9 +110,12 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
echo ./usr/bin/avrdude
|
files-find-config "avrdude.conf"
|
||||||
printf '"%s" ' ./usr/lib/**/*
|
files-find-bin
|
||||||
printf '"%s" ' ./usr/include/**/*
|
files-find-lib
|
||||||
printf '"%s" ' ./usr/share/**/*
|
files-find-include
|
||||||
printf '"%s" ' ./etc/**/*
|
files-find-share "avrdude"
|
||||||
|
files-find-man "1"
|
||||||
|
files-find ./usr/local/lib*/python*/site-packages
|
||||||
|
files-find ./usr/lib*/python*/site-packages
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user