Date: Tuesday, July 7, 2020 @ 19:39:18
  Author: foutrelis
Revision: 660175

archrelease: copy trunk to community-staging-x86_64

Added:
  avrdude/repos/community-staging-x86_64/
  avrdude/repos/community-staging-x86_64/PKGBUILD
    (from rev 660174, avrdude/trunk/PKGBUILD)

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

Copied: avrdude/repos/community-staging-x86_64/PKGBUILD (from rev 660174, 
avrdude/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 19:39:18 UTC (rev 660175)
@@ -0,0 +1,32 @@
+# Contributor: Corrado Primier <[email protected]>
+# Maintainer: Brad Fanella <[email protected]>
+
+pkgname=avrdude
+pkgver=6.3
+pkgrel=7
+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')
+md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
+         '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
+}

Reply via email to