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

Eric Bélanger eric at nymeria.archlinux.org
Tue Nov 26 20:55:38 UTC 2013


    Date: Tuesday, November 26, 2013 @ 21:55:38
  Author: eric
Revision: 101518

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: avrdude/repos/community-staging-i686/PKGBUILD (from rev 101517, avrdude/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-11-26 20:55:38 UTC (rev 101518)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Maintainer: Brad Fanella <bradfanella at archlinux.us>
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=2
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/"
+license=('GPL')
+depends=('libusbx' 'readline' 'libftdi')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+         'SKIP')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+  	./configure --mandir=/usr/share/man \
+		    --prefix=/usr \
+		    --sysconfdir=/etc
+  	make
+}
+
+package() {
+  	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR=${pkgdir} install
+}

Copied: avrdude/repos/community-staging-x86_64/PKGBUILD (from rev 101517, avrdude/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-11-26 20:55:38 UTC (rev 101518)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Maintainer: Brad Fanella <bradfanella at archlinux.us>
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=2
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/"
+license=('GPL')
+depends=('libusbx' 'readline' 'libftdi')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+         'SKIP')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+  	./configure --mandir=/usr/share/man \
+		    --prefix=/usr \
+		    --sysconfdir=/etc
+  	make
+}
+
+package() {
+  	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list