mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
avr-gdb: update to 10.1, fix target & prefix
This commit is contained in:
parent
5c26f5b7f4
commit
2cb5b33e8b
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'avr-gdb'
|
# Template file for 'avr-gdb'
|
||||||
pkgname=avr-gdb
|
pkgname=avr-gdb
|
||||||
version=9.2
|
version=10.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname#avr-}-${version}
|
wrksrc=gdb-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_dirs="/usr/share/gdb/python"
|
pycompile_dirs="/usr/share/gdb/python"
|
||||||
configure_args="\
|
configure_args="\
|
||||||
--target=${_triplet} \
|
--target=avr \
|
||||||
--program-prefix=${_triplet}- \
|
--program-prefix=avr- \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--with-system-readline \
|
--with-system-readline \
|
||||||
|
@ -23,8 +23,8 @@ short_desc="GNU Debugger for AVR"
|
||||||
maintainer="Artur Sinila <opensource@logarithmus.dev>"
|
maintainer="Artur Sinila <opensource@logarithmus.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/gdb/"
|
homepage="https://www.gnu.org/software/gdb/"
|
||||||
distfiles="${GNU_SITE}/${pkgname#avr-}/${pkgname#avr-}-${version}.tar.xz"
|
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
|
||||||
checksum=360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555
|
checksum=f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0
|
||||||
python_version=3
|
python_version=3
|
||||||
replaces="cross-avr-gdb>=0"
|
replaces="cross-avr-gdb>=0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue