Blame docker-builder-data/build/script/packet/epoxy-master.sh

ce0d6b
DEPS=""
ce0d6b
ce0d6b
PK_DIRNAME="libepoxy"
ce0d6b
PK_URL="https://github.com/anholt/$PK_DIRNAME.git"
ce0d6b
ce0d6b
source $INCLUDE_SCRIPT_DIR/inc-pkallunpack-git.sh
ce0d6b
source $INCLUDE_SCRIPT_DIR/inc-pkinstall-default.sh
ce0d6b
source $INCLUDE_SCRIPT_DIR/inc-pkinstall_release-default.sh
ce0d6b
ce0d6b
pkbuild() {
ce0d6b
    cd "$BUILD_PACKET_DIR/$PK_DIRNAME" || return 1
ce0d6b
	if ! check_packet_function $NAME build.cunfigure; then
ce0d6b
    	./autogen.sh --prefix=$INSTALL_PACKET_DIR || return 1
ce0d6b
		set_done $NAME build.cunfigure
ce0d6b
    fi
ce0d6b
	make -j${THREADS} || return 1
ce0d6b
}