Dolf Andringa
5 years ago
9 changed files with 54 additions and 18 deletions
@ -0,0 +1,10 @@ |
|||||||
|
Package: wiringPi |
||||||
|
Version: 2.46 |
||||||
|
Section: libraries |
||||||
|
Priority: optional |
||||||
|
Architecture: armhf |
||||||
|
Depends: libc6 |
||||||
|
Maintainer: Boby Lee <leeboby@aliyun.com> |
||||||
|
Description: The wiringPi libraries for the OrangePi, headers and gpio command |
||||||
|
Libraries to allow GPIO access on a Raspberry Pi from C and C++ |
||||||
|
and BASIC programs as well as from the command-line |
@ -0,0 +1,5 @@ |
|||||||
|
#!/bin/sh |
||||||
|
set -e |
||||||
|
/bin/chown root.root /usr/bin/gpio |
||||||
|
/bin/chmod 4755 /usr/bin/gpio |
||||||
|
/sbin/ldconfig |
Loading…
Reference in new issue