summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel A. Winchenbach2015-09-24 16:11:34 -0400
committerSamuel A. Winchenbach2015-09-24 16:11:34 -0400
commit1b63f0900a37f9b5c15797389930bed38d32fd2f (patch)
tree5d24c278af6ac586ce992974b2985385a1a8bd43 /PKGBUILD
parentb18171ad452c53512d00cfe9806ce06e121d5983 (diff)
downloadaur-1b63f0900a37f9b5c15797389930bed38d32fd2f.tar.gz
Package supports Raspberry Pi
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b38e380d327..72bd1691fed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Samuel Ace Winchenbach <swinchen at gmail dot com>
pkgname=avrdude-svn
_pkgname=avrdude
-pkgrel=1
+pkgrel=2
pkgver=20150506.1356
pkgdesc="AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP)."
-arch=(i686 x86_64)
+arch=(i686 x86_64 armv6h)
url="http://www.nongnu.org/avrdude/"
license=('GPL')
groups=()
@@ -27,7 +27,8 @@ build() {
./bootstrap
./configure --mandir=/usr/share/man \
--prefix=/usr \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ --enable-linuxgpio
make
}