[arch-commits] Commit in lib32-zeromq/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Jan 26 16:45:25 UTC 2019


    Date: Saturday, January 26, 2019 @ 16:45:24
  Author: alucryd
Revision: 428160

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-zeromq/repos/multilib-x86_64/PKGBUILD
    (from rev 428159, lib32-zeromq/trunk/PKGBUILD)
Deleted:
  lib32-zeromq/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-26 16:45:15 UTC (rev 428159)
+++ PKGBUILD	2019-01-26 16:45:24 UTC (rev 428160)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Colm Hickey <colmohici at gmail.com>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=lib32-zeromq
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='Fast messaging system built on sockets'
-arch=(x86_64)
-url='http://www.zeromq.org'
-license=(LGPL)
-depends=(
-  lib32-gcc-libs
-  lib32-glibc
-  lib32-libpgm
-  lib32-libsodium
-  zeromq
-)
-makedepends=(
-  asciidoc
-  git
-  xmlto
-)
-source=(git+https://github.com/zeromq/libzmq.git#tag=v${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cd libzmq
-
-  ./autogen.sh
-}
-
-build() {
-  cd libzmq
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
-    prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --disable-static \
-    --with-libsodium \
-    --with-pgm \
-    --without-documentation
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libzmq install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-zeromq/repos/multilib-x86_64/PKGBUILD (from rev 428159, lib32-zeromq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-26 16:45:24 UTC (rev 428160)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Colm Hickey <colmohici at gmail.com>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=lib32-zeromq
+pkgver=4.3.1
+pkgrel=1
+pkgdesc='Fast messaging system built on sockets'
+arch=(x86_64)
+url='http://www.zeromq.org'
+license=(LGPL)
+depends=(
+  lib32-gcc-libs
+  lib32-glibc
+  lib32-libpgm
+  lib32-libsodium
+  zeromq
+)
+makedepends=(
+  asciidoc
+  git
+  xmlto
+)
+source=(git+https://github.com/zeromq/libzmq.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd libzmq
+
+  ./autogen.sh
+}
+
+build() {
+  cd libzmq
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --disable-static \
+    --with-libsodium \
+    --with-pgm \
+    --without-documentation
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libzmq install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list