Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2016-09-10 08:19:00 +0300
committerJay Sorg <jay.sorg@gmail.com>2016-09-10 08:19:00 +0300
commit6e6b00167e2a6aa780ddccc59dc9600500540751 (patch)
treed0f297c0190c7ef452034dc92517379a1538d64c
parente4de79510f056d97c84433713d9587d607c9e33a (diff)
adding pc file
-rw-r--r--pkgconfig/Makefile.am12
-rw-r--r--pkgconfig/libpainter.pc.in10
2 files changed, 22 insertions, 0 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
new file mode 100644
index 0000000..f48eb30
--- /dev/null
+++ b/pkgconfig/Makefile.am
@@ -0,0 +1,12 @@
+pkg_config_files = \
+ libpainter.pc \
+ $(NULL)
+
+pkgconfigdir = @pkgconfigdir@
+pkgconfig_DATA = $(pkg_config_files)
+
+DISTCLEANFILES = \
+ $(pkg_config_files) \
+ Makefile.in \
+ $(NULL)
+
diff --git a/pkgconfig/libpainter.pc.in b/pkgconfig/libpainter.pc.in
new file mode 100644
index 0000000..4851d76
--- /dev/null
+++ b/pkgconfig/libpainter.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libpainter
+Description: Library for manipulating memory bitmaps.
+Version: 0.1.0
+Libs: -L${libdir} -lpainter
+Cflags: -I${includedir}