about summary refs log tree commit diff
path: root/buildtools/pkgconfig_template
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/pkgconfig_template')
-rw-r--r--buildtools/pkgconfig_template7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildtools/pkgconfig_template b/buildtools/pkgconfig_template
new file mode 100644
index 00000000..7288a76f
--- /dev/null
+++ b/buildtools/pkgconfig_template
@@ -0,0 +1,7 @@
+Name: Netpbm
+Description: Graphics utilities
+Version: @VERSION@
+Requires: 
+Libs: -L@LINKDIR@ -lnetpbm
+Libs.private: 
+Cflags: -I@INCLUDEDIR@