1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

add debian control files

This commit is contained in:
Jan Kantert
2016-02-10 22:20:25 +01:00
parent a87e5fb9b9
commit 69bd547f0e
33 changed files with 819 additions and 0 deletions

View File

@@ -0,0 +1 @@
libpinproc.so.2.0

View File

@@ -0,0 +1,11 @@
prefix=/usr
exec_prefix=/usr
libdir=${prefix}/lib
includedir=${prefix}/include/p-roc
Name: Pinproc
Description: P-ROC interface library
Version: 2.0
Requires:
Libs: -L${libdir} -lpinproc
Cflags: -I${includedir}