libraries/folly: Updated for version 2017.03.20.00.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Andre Barboza 2017-03-24 18:30:47 +00:00 committed by David Spencer
parent d91af2790e
commit 2658cfb1d6
4 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
Folly (acronymed loosely after Facebook Open Source Library) is a
Folly (acronymed loosely after Facebook Open Source Library) is a
library of C++11 components designed with practicality and efficiency
in mind. Folly contains a variety of core library components used
extensively at Facebook. In particular, it's often a dependency of
Facebook's other open source C++ efforts and place where those
in mind. Folly contains a variety of core library components used
extensively at Facebook. In particular, it's often a dependency of
Facebook's other open source C++ efforts and place where those
projects can share code.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=folly
VERSION=${VERSION:-2016.12.12.00}
VERSION=${VERSION:-2017.03.20.00}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
set -e
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
pushd folly
pushd folly
autoreconf -ivf
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,10 +1,10 @@
PRGNAM="folly"
VERSION="2016.12.12.00"
VERSION="2017.03.20.00"
HOMEPAGE="https://github.com/facebook/folly"
DOWNLOAD="https://github.com/facebook/folly/archive/v2016.12.12.00/folly-2016.12.12.00.tar.gz"
MD5SUM="9ace0acf51744e42252dc527e5ad41cb"
DOWNLOAD="https://github.com/facebook/folly/archive/v2017.03.20.00/folly-2017.03.20.00.tar.gz"
MD5SUM="36a039851483aaf4f2ade591456599bc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtest double-conversion glog gflags"
REQUIRES="gtest double-conversion glog gflags libunwind"
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"

View file

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
folly: folly (library of C++11 components)
folly:
folly: Folly (acronymed loosely after Facebook Open Source Library) is a
folly: library of C++11 components designed with practicality and
folly: efficiency in mind. Folly contains a variety of core library
folly: components used extensively at Facebook. In particular,
folly: it's often a dependency of Facebook's other open source C++
folly: Folly (acronymed loosely after Facebook Open Source Library) is a
folly: library of C++11 components designed with practicality and
folly: efficiency in mind. Folly contains a variety of core library
folly: components used extensively at Facebook. In particular,
folly: it's often a dependency of Facebook's other open source C++
folly: efforts and place where those projects can share code.
folly:
folly:
folly: https://github.com/facebook/folly
folly: