summaryrefslogtreecommitdiff
path: root/libcss.pc.in
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-05-01 16:36:27 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-05-01 16:36:27 +0000
commit72c39e3522c5781d1e7dc8abad77d96141c5d49b (patch)
treee16497caaa0bf20771ef34787de02fc95e5993bf /libcss.pc.in
downloadlibcss-72c39e3522c5781d1e7dc8abad77d96141c5d49b.tar.gz
libcss-72c39e3522c5781d1e7dc8abad77d96141c5d49b.tar.bz2
Import beginnings of a CSS parsing library.
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112
Diffstat (limited to 'libcss.pc.in')
-rw-r--r--libcss.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libcss.pc.in b/libcss.pc.in
new file mode 100644
index 0000000..fc45a57
--- /dev/null
+++ b/libcss.pc.in
@@ -0,0 +1,10 @@
+prefix=PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libcss
+Description: CSS parsing and selection library
+Version: 0.0.1
+Libs: -L${libdir} -lcharset -lcss
+Cflags: -I${includedir}