about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--buildtools/pkgconfig_template7
-rw-r--r--doc/HISTORY6
-rw-r--r--version.mk2
3 files changed, 14 insertions, 1 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@
diff --git a/doc/HISTORY b/doc/HISTORY
index 4097110c..a5728751 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,10 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+14.11.01 BJH  Release 10.47.52
+
+              Fix 'make package': missing pkgconfig_template file.
+
 14.09.07 BJH  Release 10.47.51
 
               Fix incorrect option parsing when there are multiple common
@@ -55,6 +59,8 @@ CHANGE HISTORY
               Netpbm 9.21 (January 2001)).  Thanks Prophet of the Way
               <afu@wta.att.ne.jp>.
 
+              make package: Include template for pkgconfig file.
+
               Windows build: fix Ppmtompeg build failure in non-Cygwin build
               due to missing sys/utsname.h.  (But other things still fail).
 
diff --git a/version.mk b/version.mk
index f8017125..b054e2e1 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 NETPBM_MAJOR_RELEASE = 10
 NETPBM_MINOR_RELEASE = 47
-NETPBM_POINT_RELEASE = 51
+NETPBM_POINT_RELEASE = 52