[arch-commits] Commit in avrdude/repos (2 files)

Jelle van der Waa jelle at gemini.archlinux.org
Fri Jan 21 10:32:00 UTC 2022


    Date: Friday, January 21, 2022 @ 10:32:00
  Author: jelle
Revision: 1111963

archrelease: copy trunk to community-testing-x86_64

Added:
  avrdude/repos/community-testing-x86_64/
  avrdude/repos/community-testing-x86_64/PKGBUILD
    (from rev 1111962, avrdude/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: avrdude/repos/community-testing-x86_64/PKGBUILD (from rev 1111962, avrdude/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-01-21 10:32:00 UTC (rev 1111963)
@@ -0,0 +1,32 @@
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Maintainer: Brad Fanella <bradfanella at archlinux.us>
+
+pkgname=avrdude
+pkgver=6.4
+pkgrel=1
+epoch=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
+arch=('x86_64')
+url="https://www.nongnu.org/avrdude/"
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(https://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' '5E84F980C3CAFD4BB5841070F48CA81B69A85873' '56628323218C669FF578705C7E9EADC3030D34EB')
+md5sums=('a19321b2563fd5ed60fbc1e687b020dc'
+         'SKIP')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+
+  	./configure --mandir=/usr/share/man \
+		    --prefix=/usr \
+		    --sysconfdir=/etc \
+		    --enable-linuxgpio
+  	make
+}
+
+package() {
+  	cd "${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list