Rework to build by autoconf/automake and new Debian scripts
Building in local machine:
$ sh autogen.sh
$ ./configure
$ make
$ sudo make install
Building Debian package:
$ debuild -uc -us -b
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I76faa07c1586658d053a3e260ea231a19392f792
This commit is contained in:
10
libwiringpi2.pc.in
Normal file
10
libwiringpi2.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libwiringpi2
|
||||
Description: GPIO libraries for ODROID (runtime).
|
||||
Version: 2.0.0
|
||||
Libs: -L${libdir} -lwiringPiDev -lwiringPi
|
||||
Cflags: -I${includedir}/wiringpi2
|
||||
Reference in New Issue
Block a user