summaryrefslogtreecommitdiff
path: root/libnsgif.pc.in
diff options
context:
space:
mode:
authorSean Fox <dyntryx@gmail.com>2008-06-15 23:43:23 +0000
committerSean Fox <dyntryx@gmail.com>2008-06-15 23:43:23 +0000
commitc5fe59c40fa863548276b851f9421ac970eb8a9d (patch)
tree7d6abff708aa7510ad00ac0a9e27be3ec234fa0b /libnsgif.pc.in
parentd5aa777e6138536304f5ffa242adc36ba7806c37 (diff)
downloadlibnsgif-c5fe59c40fa863548276b851f9421ac970eb8a9d.tar.gz
libnsgif-c5fe59c40fa863548276b851f9421ac970eb8a9d.tar.bz2
Added Makefile for installation
svn path=/branches/dynis/libnsgif/; revision=4348
Diffstat (limited to 'libnsgif.pc.in')
-rw-r--r--libnsgif.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libnsgif.pc.in b/libnsgif.pc.in
new file mode 100644
index 0000000..7273838
--- /dev/null
+++ b/libnsgif.pc.in
@@ -0,0 +1,10 @@
+prefix=PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libnsgif
+Description: Provides gif loading and conversion
+Version: 0.0.1
+Libs: -L${libdir} -lnsgif
+Cflags: -I${includedir}