mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/jsoncpp: Updated for version 1.7.4
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
c017fabb05
commit
0e32deff3c
2 changed files with 7 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jsoncpp
|
||||
VERSION=${VERSION:-1.7.3}
|
||||
VERSION=${VERSION:-1.7.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -90,6 +90,9 @@ cd -
|
|||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
# Cosmetic fix.
|
||||
sed -i 's|//usr|/usr|' $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/$PRGNAM.pc
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS LICENSE NEWS.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jsoncpp"
|
||||
VERSION="1.7.3"
|
||||
VERSION="1.7.4"
|
||||
HOMEPAGE="https://github.com/open-source-parsers/jsoncpp"
|
||||
DOWNLOAD="https://github.com/open-source-parsers/jsoncpp/archive/1.7.3/jsoncpp-1.7.3.tar.gz"
|
||||
MD5SUM="aff6bfb5b81d9a28785429faa45839c5"
|
||||
DOWNLOAD="https://github.com/open-source-parsers/jsoncpp/archive/1.7.4/jsoncpp-1.7.4.tar.gz"
|
||||
MD5SUM="51a6d5f8832d668daf97790ea59c4926"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue