Blame env-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"
f26837
PK_GIT_CHECKOUT="tags/1.4.2"
ce0d6b
99b145
source $INCLUDE_SCRIPT_DIR/inc-pkall-git.sh
ce0d6b
ce0d6b
pkbuild() {
ce0d6b
    cd "$BUILD_PACKET_DIR/$PK_DIRNAME" || return 1
ce0d6b
	if ! check_packet_function $NAME build.cunfigure; then
3b09af
    	./autogen.sh --host=$HOST --prefix=$INSTALL_PACKET_DIR || return 1
ce0d6b
		set_done $NAME build.cunfigure
ce0d6b
    fi
ce0d6b
	make -j${THREADS} || return 1
ce0d6b
}