2005-12-05 15:11:09 +01:00
|
|
|
source $stdenv/setup
|
2005-03-11 14:15:16 +01:00
|
|
|
|
|
|
|
configureFlags="\
|
|
|
|
--with-pngincludedir=$libpng/include \
|
|
|
|
--with-pnglibdir=$libpng/lib \
|
|
|
|
--with-jpegincludedir=$libjpeg/include \
|
|
|
|
--with-jpeglibdir=$libjpeg/lib \
|
|
|
|
--with-expatincludedir=$expat/include \
|
|
|
|
--with-expatlibdir=$expat/lib \
|
|
|
|
"
|
|
|
|
|
|
|
|
genericBuild
|