changeset 351:4ae9888bbde6

Added libmbfly-uninstalled.pc.in to compile libmbfly-based application without installation of library
author Ben Lau <xbenlau@gmail.com>
date Sun, 08 Mar 2009 14:48:12 +0800
parents d04085404583
children 4350aa369149
files configure.ac libmbfly-uninstalled.pc.in
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Mar 08 11:47:14 2009 +0800
+++ b/configure.ac	Sun Mar 08 14:48:12 2009 +0800
@@ -37,6 +37,7 @@
 
 AC_CONFIG_FILES([Makefile
                  libmbfly.pc
+                 libmbfly-uninstalled.pc
                  examples/Makefile
                  examples/calculator/Makefile
                  examples/svg2code_ex/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libmbfly-uninstalled.pc.in	Sun Mar 08 14:48:12 2009 +0800
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libmbfly
+Description: MadButterfly (http://www.assembla.com/spaces/MadButterfly) is a toolkit for GUI environment. It is designed for embedded system. It make GUI designers and programmers work seperately. Designer export their artifacts to files with SVG format. MadButterfly provides a tool to translate graphics in SVG into C code and a framework that programmer can manipulate graphics. It works like a Javascript programmer to manipulate DOM object. Programmers using MadButterfly manipulate objects corresponding to SVG tags to interact with users of application.
+Version: @PACKAGE_VERSION@
+Requires: cairo >= 1.6.0 pangocairo
+Libs: -L@abs_top_srcdir@/src/.libs -lmbfly
+Cflags: -I@abs_top_srcdir@/include