avrrude 8.1-4
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
name='avrdude'
|
name='avrdude'
|
||||||
epoch='1'
|
|
||||||
version='8.1'
|
version='8.1'
|
||||||
release='3'
|
release='4'
|
||||||
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/'
|
||||||
@@ -11,20 +10,14 @@ license=('GPL')
|
|||||||
provides=('avrdude')
|
provides=('avrdude')
|
||||||
conflicts=('avrdude' 'avrdude-git')
|
conflicts=('avrdude' 'avrdude-git')
|
||||||
|
|
||||||
deps_rhel=(
|
deps=(
|
||||||
'elfutils'
|
|
||||||
'hidapi'
|
|
||||||
'libftdi'
|
|
||||||
'libusb'
|
|
||||||
'readline'
|
|
||||||
)
|
|
||||||
deps_fedora=(
|
|
||||||
'elfutils'
|
'elfutils'
|
||||||
'hidapi'
|
'hidapi'
|
||||||
'libftdi'
|
'libftdi'
|
||||||
'libusb'
|
'libusb'
|
||||||
'readline'
|
'readline'
|
||||||
)
|
)
|
||||||
|
|
||||||
deps_alt=(
|
deps_alt=(
|
||||||
'libelf'
|
'libelf'
|
||||||
'libhidapi'
|
'libhidapi'
|
||||||
@@ -33,41 +26,32 @@ deps_alt=(
|
|||||||
'libreadline7'
|
'libreadline7'
|
||||||
)
|
)
|
||||||
deps_arch=(
|
deps_arch=(
|
||||||
'elfutils'
|
'libelf'
|
||||||
'hidapi'
|
'hidapi'
|
||||||
'libftdi'
|
'libftdi'
|
||||||
'libusb'
|
'libusb'
|
||||||
'readline'
|
'readline'
|
||||||
)
|
)
|
||||||
deps_redos=(
|
deps_debian=(
|
||||||
'elfutils'
|
'libelf1'
|
||||||
'hidapi'
|
'libhidapi-hidraw0'
|
||||||
'libftdi'
|
'libftdi1-2'
|
||||||
'libusb'
|
'libusb-1.0-0'
|
||||||
'readline'
|
'libreadline8'
|
||||||
)
|
)
|
||||||
deps_rosa=(
|
deps_fedora=("${deps[@]}")
|
||||||
'elfutils'
|
deps_redos=("${deps[@]}")
|
||||||
'hidapi'
|
deps_rhel=("${deps[@]}")
|
||||||
'libftdi'
|
deps_rosa=("${deps[@]}")
|
||||||
'libusb'
|
|
||||||
'readline'
|
build_deps=(
|
||||||
|
'gcc'
|
||||||
|
'cmake'
|
||||||
|
'ninja-build'
|
||||||
|
'flex'
|
||||||
|
'bison'
|
||||||
)
|
)
|
||||||
|
|
||||||
build_deps_rhel=(
|
|
||||||
'gcc'
|
|
||||||
'cmake'
|
|
||||||
'ninja-build'
|
|
||||||
'flex'
|
|
||||||
'bison'
|
|
||||||
)
|
|
||||||
build_deps_fedora=(
|
|
||||||
'gcc'
|
|
||||||
'cmake'
|
|
||||||
'ninja-build'
|
|
||||||
'flex'
|
|
||||||
'bison'
|
|
||||||
)
|
|
||||||
build_deps_alt=(
|
build_deps_alt=(
|
||||||
'gcc'
|
'gcc'
|
||||||
'gcc-c++'
|
'gcc-c++'
|
||||||
@@ -83,20 +67,24 @@ build_deps_arch=(
|
|||||||
'flex'
|
'flex'
|
||||||
'bison'
|
'bison'
|
||||||
)
|
)
|
||||||
build_deps_redos=(
|
build_deps_debian=(
|
||||||
'gcc'
|
'gcc'
|
||||||
'cmake'
|
'g++'
|
||||||
'ninja-build'
|
'cmake'
|
||||||
'flex'
|
'ninja-build'
|
||||||
'bison'
|
'flex'
|
||||||
)
|
'bison'
|
||||||
build_deps_rosa=(
|
'pkg-config'
|
||||||
'gcc'
|
'libelf-dev'
|
||||||
'cmake'
|
'libhidapi-dev'
|
||||||
'ninja-build'
|
'libftdi1-dev'
|
||||||
'flex'
|
'libusb-1.0-0-dev'
|
||||||
'bison'
|
'libreadline-dev'
|
||||||
)
|
)
|
||||||
|
build_deps_fedora=("${build_deps[@]}")
|
||||||
|
build_deps_redos=("${build_deps[@]}")
|
||||||
|
build_deps_rhel=("${build_deps[@]}")
|
||||||
|
build_deps_rosa=("${build_deps[@]}")
|
||||||
|
|
||||||
sources=("https://github.com/avrdudes/avrdude/archive/refs/tags/v${version}.tar.gz")
|
sources=("https://github.com/avrdudes/avrdude/archive/refs/tags/v${version}.tar.gz")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
Reference in New Issue
Block a user