/[public]/erp5/trunk/buildout/software-profiles/pkgconfig.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/pkgconfig.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45161 - (show annotations)
Thu Apr 7 09:22:07 2011 UTC (2 years, 2 months ago) by kazuhiko
File size: 1108 byte(s)
build pkg-config twice so that second configure can use pkg-config to compute GLIB_CFLAGS and GLIB_LIBS.
1 # pkg-config - a helper tool used when compiling applications and libraries
2 # http://pkgconfig.freedesktop.org/
3
4 [buildout]
5 parts =
6 pkgconfig
7 extends =
8 gettext.cfg
9 glib.cfg
10 popt.cfg
11
12 [pkgconfig]
13 recipe = hexagonit.recipe.cmmi
14 url = http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz
15 md5sum = a3270bab3f4b69b7dc6dbdacbcae9745
16 location = ${buildout:parts-directory}/${:_buildout_section_name_}
17 # build pkg-config twice so that second configure can use pkg-config
18 # to compute GLIB_CFLAGS and GLIB_LIBS.
19 configure-command =
20 ./configure --prefix=${:location} --with-installed-glib --with-installed-popt && make && make install && ./configure
21 configure-options =
22 --prefix=${:location}
23 --with-installed-glib
24 --with-installed-popt
25 environment =
26 PATH=${:location}/bin:%(PATH)s
27 PKG_CONFIG_PATH=${glib:location}/lib/pkgconfig
28 CPPFLAGS=-I${glib:location}/include -I${popt:location}/include
29 LDFLAGS=-L${gettext:location}/lib -Wl,-rpath -Wl,${gettext:location}/lib -L${glib:location}/lib -Wl,-rpath -Wl,${glib:location}/lib -L${popt:location}/lib -Wl,-rpath -Wl,${popt:location}/lib

  ViewVC Help
Powered by ViewVC 1.1.2