diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2016-07-17 07:02:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-17 07:48:54 +0700 |
commit | 9fd13c805f6ab0f71de9d74598d267c25ac2c8b3 (patch) | |
tree | c68080fc35d5eeabe0f705cbeb7da51c4fa1963e /libraries/zeromq | |
parent | 2e3a830426ceaf8a97e18f8213fadf001ff10350 (diff) | |
download | slackbuilds-9fd13c805f6ab0f71de9d74598d267c25ac2c8b3.tar.gz |
libraries/zeromq: Updated for version 4.1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/zeromq')
-rw-r--r-- | libraries/zeromq/zeromq.SlackBuild | 14 | ||||
-rw-r--r-- | libraries/zeromq/zeromq.info | 6 |
2 files changed, 11 insertions, 9 deletions
diff --git a/libraries/zeromq/zeromq.SlackBuild b/libraries/zeromq/zeromq.SlackBuild index 32a325bab6..1845620774 100644 --- a/libraries/zeromq/zeromq.SlackBuild +++ b/libraries/zeromq/zeromq.SlackBuild @@ -5,7 +5,7 @@ # Written by Patrick Pippen (dabittweiler@gmail.com) PRGNAM=zeromq -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-4.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,10 +48,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -60,7 +60,9 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ --sysconfdir=/etc \ - --localstatedir=/var + --localstatedir=/var \ + --enable-static=no \ + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG diff --git a/libraries/zeromq/zeromq.info b/libraries/zeromq/zeromq.info index 05dce70452..2a7b43c2f3 100644 --- a/libraries/zeromq/zeromq.info +++ b/libraries/zeromq/zeromq.info @@ -1,8 +1,8 @@ PRGNAM="zeromq" -VERSION="2.2.0" +VERSION="4.1.5" HOMEPAGE="http://www.zeromq.org/" -DOWNLOAD="http://download.zeromq.org/zeromq-2.2.0.tar.gz" -MD5SUM="1b11aae09b19d18276d0717b2ea288f6" +DOWNLOAD="https://github.com/zeromq/zeromq4-1/releases/download/v4.1.5/zeromq-4.1.5.tar.gz" +MD5SUM="e7adf4b7dbae09b28cfd10d26cd67fac" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |