summaryrefslogtreecommitdiff
path: root/packages/libxml2.sh
blob: 88d1b73dd12e21268ce6df1423987e8d082895f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
SRCURL=git://git.gnome.org/libxml2

ENV_PATH="bin:lib:include"
ENV_LD_LIBRARY_PATH="lib"
ENV_PKG_CONFIG_PATH="lib/pkgconfig"
ENV_LDFLAGS_PATH="lib"
ENV_MANPATH="share/man"
ENV_ACLOCAL_PATH="share/aclocal"
ENV_CPPFLAGS_PATH="include/libxml2"

BUILD_TYPE="automake"
CONFIGURE_FLAGS="--without-python --with-icu"