Blame docker-builder-data/build/script/packet/boost-1.61.0.sh

e14835
DEPS=""
e14835
e14835
PK_DIRNAME="boost_1_61_0"
e14835
PK_ARCHIVE="$PK_DIRNAME.tar.bz2"
e14835
PK_URL="https://sourceforge.net/projects/boost/files/boost/1.61.0/$PK_ARCHIVE/download"
e14835
e14835
source $INCLUDE_SCRIPT_DIR/inc-pkallunpack-default.sh
e14835
source $INCLUDE_SCRIPT_DIR/inc-pkinstall_release-default.sh
e14835
e14835
pkinstall() {
e14835
	mkdir -p "$INSTALL_PACKET_DIR/include/"
e14835
	if ! cp -r "$BUILD_PACKET_DIR/$PK_DIRNAME/boost" "$INSTALL_PACKET_DIR/include/"; then
e14835
        return 1
e14835
    fi
e14835
}