mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/thrift: Updated for version 0.14.2.
This fixes building on -current. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0a23c966b9
commit
972972b84c
2 changed files with 6 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=thrift
|
PRGNAM=thrift
|
||||||
VERSION=${VERSION:-0.9.2}
|
VERSION=${VERSION:-0.14.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -84,6 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-c-glib \
|
--with-c-glib \
|
||||||
--without-ruby \
|
--without-ruby \
|
||||||
|
--without-rs \
|
||||||
--without-php \
|
--without-php \
|
||||||
--without-php_extension \
|
--without-php_extension \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
|
@ -94,7 +95,7 @@ make install-strip DESTDIR=$PKG
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a \
|
cp -a \
|
||||||
CHANGES LICENSE NOTICE README.md \
|
CHANGES.md CONTRIBUTING.md LANGUAGES.md LICENSE NOTICE README.md \
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="thrift"
|
PRGNAM="thrift"
|
||||||
VERSION="0.9.2"
|
VERSION="0.14.2"
|
||||||
HOMEPAGE="http://thrift.apache.org"
|
HOMEPAGE="http://thrift.apache.org"
|
||||||
DOWNLOAD="http://archive.apache.org/dist/thrift/0.9.2/thrift-0.9.2.tar.gz"
|
DOWNLOAD="http://archive.apache.org/dist/thrift/0.14.2/thrift-0.14.2.tar.gz"
|
||||||
MD5SUM="89f63cc4d0100912f4a1f8a9dee63678"
|
MD5SUM="284a48df355aa3910687ee9b894d3ae8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue