mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
16 lines
372 B
PkgConfig
16 lines
372 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libsigrok4DSLogic
|
|
Description: Backend library of DSLogic software based on libsigrok
|
|
URL: http://www.dreamsourcelab.com
|
|
Requires: glib-2.0
|
|
Requires.private: libzip libusb-1.0
|
|
Version: 0.2.0
|
|
Libs: -L${libdir} -lsigrok4DSLogic
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|
|
|