Package: portsmf / 0.1~svn20101010-4

pkgconfig-file.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fix and install pkgconfig file.
Author: Benjamin Drung <bdrung@debian.org>

--- a/portSMF.pc.in
+++ b/portSMF.pc.in
@@ -1,3 +1,5 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,3 +44,6 @@
 # Documentation files that should be both distributed and installed in the doc
 # directory,
 dist_doc_DATA = README.txt license.txt
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = portSMF.pc