aboutsummaryrefslogtreecommitdiffstats
path: root/debian/libdpdk.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/libdpdk.pc.in')
-rw-r--r--debian/libdpdk.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/libdpdk.pc.in b/debian/libdpdk.pc.in
new file mode 100644
index 00000000..cd6c3fcb
--- /dev/null
+++ b/debian/libdpdk.pc.in
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${prefix}/lib/@DEB_HOST_MULTIARCH@
+includedir=${prefix}/include
+include_arch_dir=${prefix}/include/@DEB_HOST_MULTIARCH@
+
+Name: dpdk
+Description: Data Plane Development Kit library
+Version: @VERSION@
+Libs: -L${libdir} @DPDK_LIBS@ -ldl -lm -lpthread -lz
+Cflags: -include ${include_arch_dir}/dpdk/rte_config.h -I${include_arch_dir}/dpdk -I${includedir}/dpdk