Blame env-builder-data/build/script/packet/xml-2.9.4.sh

ce0d6b
DEPS=""
ce0d6b
ce0d6b
PK_DIRNAME="libxml2-2.9.4"
c6496b
PK_ARCHIVE="$PK_DIRNAME.tar.gz"
c6496b
PK_URL="http://xmlsoft.org/sources/$PK_ARCHIVE"
ce0d6b
99b145
source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh
ce0d6b
ce0d6b
pkbuild() {
ce0d6b
    cd "$BUILD_PACKET_DIR/$PK_DIRNAME" || return 1
ce0d6b
	if ! check_packet_function $NAME build.cunfigure; then
efc424
	./autogen.sh --host=$HOST --prefix=$INSTALL_PACKET_DIR --without-python || return 1
ce0d6b
		set_done $NAME build.cunfigure
ce0d6b
    fi
ce0d6b
    
ce0d6b
    if ! make -j${THREADS}; then
ce0d6b
        return 1
ce0d6b
    fi
ce0d6b
}