mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/wiringpi to 20140409-1, fixes #799
This commit is contained in:
parent
31fba69e64
commit
0a3b2b5218
1 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,7 @@ buildarch=18
|
||||||
|
|
||||||
_pkgname='wiringPi'
|
_pkgname='wiringPi'
|
||||||
pkgname=wiringpi
|
pkgname=wiringpi
|
||||||
pkgver=20140120
|
pkgver=20140409
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="WiringPi: An implementation of most of the Arduino Wiring functions for the Raspberry Pi"
|
pkgdesc="WiringPi: An implementation of most of the Arduino Wiring functions for the Raspberry Pi"
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
|
@ -15,6 +15,11 @@ url="http://wiringpi.com/"
|
||||||
source=("git://git.drogon.net/wiringPi")
|
source=("git://git.drogon.net/wiringPi")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd "${_pkgname}"
|
||||||
|
sed -i 's|/usr/local/bin/gpio|/usr/bin/gpio|' wiringPi/wiringPi.c
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${_pkgname}"
|
cd "${_pkgname}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue