summaryrefslogtreecommitdiff
path: root/src/flam3.pc.in
diff options
context:
space:
mode:
authorErik Reckase <e.reckase@gmail.com>2010-04-19 19:52:20 +0000
committerScott Draves <spot@draves.org>2015-02-15 12:20:11 -0500
commit0b31b96c55620dcf7c5ca657d3572a8c635c971b (patch)
tree05b3537d9ab91736d00604aebb7c2d71bdaf005e /src/flam3.pc.in
parent238395d5515e30af28983f93075bbcbf248d4903 (diff)
downloadpucket-0b31b96c55620dcf7c5ca657d3572a8c635c971b.tar.gz
pucket-0b31b96c55620dcf7c5ca657d3572a8c635c971b.tar.bz2
pucket-0b31b96c55620dcf7c5ca657d3572a8c635c971b.zip
Initial commit of early-clip branch of flam3 into google code.
git-svn-id: https://flam3.googlecode.com/svn/trunk@3 77852712-ef1d-11de-8684-7d64432d61a3
Diffstat (limited to 'src/flam3.pc.in')
-rw-r--r--src/flam3.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/flam3.pc.in b/src/flam3.pc.in
new file mode 100644
index 0000000..e78b2da
--- /dev/null
+++ b/src/flam3.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+datarootdir=@datarootdir@
+
+Name: flam3
+Description: Renders and animates fractal flames and manipulates their genetic codes, see www.flam3.com for more info.
+Version: @VERSION@
+Requires: libpng12 >= 1.0 libxml-2.0
+Libs: -L${libdir} -lflam3 -ljpeg -lpthread
+Cflags: -I${includedir}