From 72c39e3522c5781d1e7dc8abad77d96141c5d49b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 1 May 2008 16:36:27 +0000 Subject: Import beginnings of a CSS parsing library. Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112 --- libcss.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libcss.pc.in (limited to 'libcss.pc.in') 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} -- cgit v1.2.3