mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/wiring-odroid to 258.73d5c3f-1
This commit is contained in:
parent
a31a7e414c
commit
b5be32e7a5
1 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
buildarch=12
|
||||
|
||||
pkgname=wiring-odroid
|
||||
pkgver=243.8c26c89
|
||||
pkgver=258.73d5c3f
|
||||
pkgrel=1
|
||||
pkgdesc="An implementation of most of the Arduino Wiring functions for ODROID SBCs"
|
||||
arch=('armv7h' 'aarch64')
|
||||
|
@ -40,7 +40,5 @@ package(){
|
|||
make LDCONFIG= PREFIX= DESTDIR="${pkgdir}/usr" -C devLib install
|
||||
install -d "${pkgdir}/usr/bin"
|
||||
make PREFIX= DESTDIR="${pkgdir}/usr" WIRINGPI_SUID=1 -C gpio install
|
||||
install -d "${pkgdir}/usr/share"
|
||||
mv "${pkgdir}/usr/man" "${pkgdir}/usr/share"
|
||||
install -Dm644 COPYING.LESSER "$pkgdir/usr/share/licenses/$pkgname/COPYING.LESSER"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue