X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopflex%2Fdeps-inc-v1%2Finclude-raw-rapidjson_tgz-build.sh;fp=jjb%2Fopflex%2Fdeps-inc-v1%2Finclude-raw-rapidjson_tgz-build.sh;h=0000000000000000000000000000000000000000;hb=6822e9b7cfe5e2e062972ad869b1b3bbb39c01f5;hp=47b1fa0b374aabf5cb0290c1283d34c24344a9f8;hpb=9d6bbe8814816c12525a19214901b41bb28c02c9;p=releng%2Fbuilder.git diff --git a/jjb/opflex/deps-inc-v1/include-raw-rapidjson_tgz-build.sh b/jjb/opflex/deps-inc-v1/include-raw-rapidjson_tgz-build.sh deleted file mode 100644 index 47b1fa0b3..000000000 --- a/jjb/opflex/deps-inc-v1/include-raw-rapidjson_tgz-build.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -# Build script for rapidjson - -set -e -set -x - -ROOT=/tmp/opflex-prefix -DESTDIR=install-root - -mkdir -p "$DESTDIR/$ROOT/lib/pkgconfig" -mkdir -p "$DESTDIR/$ROOT/include" - -cp -R include/rapidjson "$DESTDIR/$ROOT/include" -sed -e "s|@INCLUDE_INSTALL_DIR@|$ROOT/include|" \ - -e "s|@PROJECT_NAME@|RapidJSON|" \ - -e "s|@LIB_VERSION_STRING@|1.0.2|" RapidJSON.pc.in > \ - "$DESTDIR/$ROOT/lib/pkgconfig/RapidJSON.pc" - -pushd $DESTDIR -tar -czf rapidjson.tgz *