mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-05-16 01:58:13 +02:00
Squashed 'Code/devterm_wiringpi_cpi/' content from commit f06b33c
git-subtree-dir: Code/devterm_wiringpi_cpi git-subtree-split: f06b33c66b5ea2befad8f6b39f521a498993cb2c
This commit is contained in:
10
debian-template/wiringPi/DEBIAN/control
Normal file
10
debian-template/wiringPi/DEBIAN/control
Normal file
@@ -0,0 +1,10 @@
|
||||
Package: wiringpi
|
||||
Version: 2.50
|
||||
Section: libraries
|
||||
Priority: optional
|
||||
Architecture: armhf
|
||||
Depends: libc6
|
||||
Maintainer: Gordon Henderson <projects@drogon.net>
|
||||
Description: The wiringPi libraries, 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
|
||||
5
debian-template/wiringPi/DEBIAN/postinst
Normal file
5
debian-template/wiringPi/DEBIAN/postinst
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
/bin/chown root.root /usr/bin/gpio
|
||||
/bin/chmod 4755 /usr/bin/gpio
|
||||
/sbin/ldconfig
|
||||
2
debian-template/wiringPi/DEBIAN/postrm
Normal file
2
debian-template/wiringPi/DEBIAN/postrm
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/sbin/ldconfig
|
||||
Reference in New Issue
Block a user