[arch-commits] Commit in (42 files)

Maxime Gauduin alucryd at archlinux.org
Fri Aug 19 20:22:22 UTC 2016


    Date: Friday, August 19, 2016 @ 20:22:21
  Author: alucryd
Revision: 187086

steam-libs round 2

Added:
  lib32-glew1.10/
  lib32-glew1.10/trunk/
  lib32-glew1.10/trunk/PKGBUILD
  lib32-jansson/
  lib32-jansson/trunk/
  lib32-jansson/trunk/PKGBUILD
  lib32-libdaemon/
  lib32-libdaemon/trunk/
  lib32-libdaemon/trunk/PKGBUILD
  lib32-libmbim/
  lib32-libmbim/trunk/
  lib32-libmbim/trunk/PKGBUILD
  lib32-libmm-glib/
  lib32-libmm-glib/trunk/
  lib32-libmm-glib/trunk/PKGBUILD
  lib32-libnewt/
  lib32-libnewt/trunk/
  lib32-libnewt/trunk/PKGBUILD
  lib32-libnm-glib/
  lib32-libnm-glib/trunk/
  lib32-libnm-glib/trunk/PKGBUILD
  lib32-libpgm/
  lib32-libpgm/trunk/
  lib32-libpgm/trunk/PKGBUILD
  lib32-libqmi/
  lib32-libqmi/trunk/
  lib32-libqmi/trunk/PKGBUILD
  lib32-libsodium/
  lib32-libsodium/trunk/
  lib32-libsodium/trunk/PKGBUILD
  lib32-libteam/
  lib32-libteam/trunk/
  lib32-libteam/trunk/PKGBUILD
  lib32-slang/
  lib32-slang/trunk/
  lib32-slang/trunk/PKGBUILD
  lib32-tcl/
  lib32-tcl/trunk/
  lib32-tcl/trunk/PKGBUILD
  lib32-zeromq/
  lib32-zeromq/trunk/
  lib32-zeromq/trunk/PKGBUILD

---------------------------------+
 lib32-glew1.10/trunk/PKGBUILD   |   42 +++++++++++++++++
 lib32-jansson/trunk/PKGBUILD    |   41 ++++++++++++++++
 lib32-libdaemon/trunk/PKGBUILD  |   38 +++++++++++++++
 lib32-libmbim/trunk/PKGBUILD    |   41 ++++++++++++++++
 lib32-libmm-glib/trunk/PKGBUILD |   50 ++++++++++++++++++++
 lib32-libnewt/trunk/PKGBUILD    |   51 ++++++++++++++++++++
 lib32-libnm-glib/trunk/PKGBUILD |   93 ++++++++++++++++++++++++++++++++++++++
 lib32-libpgm/trunk/PKGBUILD     |   45 ++++++++++++++++++
 lib32-libqmi/trunk/PKGBUILD     |   42 +++++++++++++++++
 lib32-libsodium/trunk/PKGBUILD  |   41 ++++++++++++++++
 lib32-libteam/trunk/PKGBUILD    |   40 ++++++++++++++++
 lib32-slang/trunk/PKGBUILD      |   42 +++++++++++++++++
 lib32-tcl/trunk/PKGBUILD        |   69 ++++++++++++++++++++++++++++
 lib32-zeromq/trunk/PKGBUILD     |   49 ++++++++++++++++++++
 14 files changed, 684 insertions(+)

Added: lib32-glew1.10/trunk/PKGBUILD
===================================================================
--- lib32-glew1.10/trunk/PKGBUILD	                        (rev 0)
+++ lib32-glew1.10/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Florian Pritz <flo at xinu.at>
+
+pkgname=lib32-glew1.10
+pkgver=1.10.0
+pkgrel=2
+pkgdesc='A cross-platform C/C++ extension loading library'
+arch=('x86_64')
+url='http://glew.sourceforge.net'
+license=('BSD' 'MIT' 'GPL')
+depends=('lib32-glibc' 'lib32-libgl' 'lib32-libx11' 'lib32-libxext'
+         'lib32-libxi' 'lib32-libxmu')
+makedepends=('gcc-multilib')
+source=("http://downloads.sourceforge.net/glew/glew-${pkgver}.tgz")
+sha256sums=('99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307')
+
+prepare() {
+  cd glew-${pkgver}
+
+  sed -i 's|CC = cc|CC = gcc -m32|' config/Makefile.linux
+  sed -i 's|LD = cc|LD = gcc -m32|' config/Makefile.linux
+  sed -i 's|lib64|lib32|' config/Makefile.linux
+}
+
+build() {
+  cd glew-${pkgver}
+
+  make
+}
+
+package() {
+  cd glew-${pkgver}
+
+  make GLEW_DEST="${pkgdir}/usr" install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib32/{libGLEW.{a,so},pkgconfig}}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/lib32-glew1.10
+  install -m 644 LICENSE.txt "${pkgdir}"/usr/share/licenses/lib32-glew1.10/
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-glew1.10/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-jansson/trunk/PKGBUILD
===================================================================
--- lib32-jansson/trunk/PKGBUILD	                        (rev 0)
+++ lib32-jansson/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jakub Schmidtke <sjakub-at-gmail-dot-com>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dave Reisner <d at falconindy.com>
+
+pkgname=lib32-jansson
+pkgver=2.7
+pkgrel=2
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('x86_64')
+url='http://www.digip.org/jansson/'
+depends=('jansson' 'lib32-glibc')
+makedepends=('gcc-multilib')
+license=('MIT')
+source=("http://www.digip.org/jansson/releases/jansson-${pkgver}.tar.bz2")
+sha256sums=('459f2b7cf22fb676286723f26169a17cf111fbfb6f54e3dc2ec6b6f9f4a97bdc')
+
+build() {
+  cd jansson-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32'
+  make
+}
+
+package() {
+  cd jansson-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{share,include}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s jansson "${pkgdir}"/usr/share/licenses/lib32-jansson
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: lib32-jansson/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libdaemon/trunk/PKGBUILD
===================================================================
--- lib32-libdaemon/trunk/PKGBUILD	                        (rev 0)
+++ lib32-libdaemon/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gicu Gorodenco <cyclopsihus at gmail.com>
+# Contributor: rafael ff1 <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-libdaemon
+pkgver=0.14
+pkgrel=3
+pkgdesc='A lightweight C library which eases the writing of UNIX daemons'
+arch=('x86_64')
+url='http://0pointer.de/lennart/projects/libdaemon/'
+license=('LGPL')
+depends=('lib32-glibc' 'libdaemon')
+makedepends=('gcc-multilib')
+source=("http://0pointer.de/lennart/projects/libdaemon/libdaemon-${pkgver}.tar.gz")
+sha256sums=('fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834')
+
+build() {
+  cd libdaemon-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --localstatedir='/var' \
+    --disable-lynx
+  make
+}
+
+package() {
+  cd libdaemon-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libdaemon/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libmbim/trunk/PKGBUILD
===================================================================
--- lib32-libmbim/trunk/PKGBUILD	                        (rev 0)
+++ lib32-libmbim/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=lib32-libmbim
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='MBIM modem protocol helper library'
+arch=('x86_64')
+url='http://www.freedesktop.org/wiki/Software/libmbim/'
+license=('GPL2')
+depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
+makedepends=('gcc-multilib' 'python')
+source=("http://www.freedesktop.org/software/libmbim/libmbim-${pkgver}.tar.xz")
+sha256sums=('ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b')
+
+build() {
+  cd libmbim-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --libexecdir='/usr/lib32/libmbim' \
+    --localstatedir='/var' \
+    --sysconfdir='/etc' \
+    --disable-gtk-doc-html \
+    --disable-static
+  make
+}
+
+package() {
+  cd libmbim-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libmbim/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libmm-glib/trunk/PKGBUILD
===================================================================
--- lib32-libmm-glib/trunk/PKGBUILD	                        (rev 0)
+++ lib32-libmm-glib/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=lib32-libmm-glib
+pkgver=1.6.0
+pkgrel=2
+pkgdesc='ModemManager library'
+arch=('x86_64')
+url='http://www.freedesktop.org/wiki/Software/ModemManager/'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-glib2' 'libmm-glib')
+makedepends=('gcc-multilib' 'intltool' 'lib32-libmbim' 'lib32-libqmi'
+             'lib32-polkit' 'lib32-systemd' 'python' 'vala')
+source=("http://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz")
+sha256sums=('a94f4657a8fa6835e2734fcc6edf20aa8c8d452f62299d7748541021c3eb2445')
+
+build() {
+  cd ModemManager-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --localstatedir='/var' \
+    --sbindir='/usr/bin' \
+    --sysconfdir='/etc' \
+    --disable-gtk-doc-html \
+    --disable-static \
+    --with-dbus-sys-dir='/usr/share/dbus-1/system.d' \
+    --with-polkit='permissive' \
+    --with-suspend-resume='systemd' \
+    --with-udev-base-dir='/usr/lib32/udev'
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C libmm-glib
+  make -C data
+}
+
+package() {
+  cd ModemManager-${pkgver}
+
+  make DESTDIR="${pkgdir}" -C libmm-glib install
+  make DESTDIR="${pkgdir}" -C data install
+  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libmm-glib/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libnewt/trunk/PKGBUILD
===================================================================
--- lib32-libnewt/trunk/PKGBUILD	                        (rev 0)
+++ lib32-libnewt/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: oi_wtf <brainpower at gulli.com>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Tom Killian <tomk at runbox.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=lib32-libnewt
+pkgver=0.52.19
+pkgrel=1
+pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
+arch=('x86_64')
+url='https://fedorahosted.org/newt/'
+license=('GPL')
+depends=('lib32-glibc' 'lib32-gpm' 'lib32-popt' 'lib32-slang' 'libnewt')
+makedepends=('gcc-multilib' 'lib32-tcl')
+optdepends=('lib32-tcl: whiptcl support')
+options=('!makeflags')
+source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz")
+sha256sums=('08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80')
+
+prepare() {
+  cd newt-${pkgver}
+
+  sed -i "s:tcl8.4:tcl8.6:" Makefile.in
+  echo '#define USE_INTERP_RESULT 1' >> config.h
+}
+
+build() {
+  cd newt-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --with-gpm-support \
+    --without-python
+  make
+}
+
+package() {
+  cd newt-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libnewt/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libnm-glib/trunk/PKGBUILD
===================================================================
--- lib32-libnm-glib/trunk/PKGBUILD	                        (rev 0)
+++ lib32-libnm-glib/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinxu.org>
+# Contributor: Wael Nasreddine <gandalf at siemens-mobiles.org>
+# Contributor: Tor Krill <tor at krill.nu>
+# Contributor: Will Rea <sillywilly at gmail.com>
+# Contributor: Valentine Sinitsyn <e_val at inbox.ru>
+
+pkgname=lib32-libnm-glib
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='NetworkManager library'
+arch=('x86_64')
+url='http://www.gnome.org/projects/NetworkManager/'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-dbus-glib' 'lib32-glib2' 'lib32-glibc' 'lib32-libdbus'
+         'lib32-libgudev' 'lib32-nspr' 'lib32-nss' 'lib32-util-linux')
+makedepends=('dhclient' 'gcc-multilib' 'git' 'gtk-doc' 'intltool' 'iproute2'
+             'iptables' 'lib32-libmm-glib' 'lib32-libndp' 'lib32-libnewt'
+             'lib32-libsoup' 'lib32-libteam' 'lib32-polkit' 'modemmanager'
+             'perl-yaml' 'ppp=2.4.7' 'python-gobject' 'rp-pppoe' 'systemd'
+             'vala' 'wpa_supplicant')
+_commit=99e34d757967efdee5945ee3467fcfc380767699
+source=("git://anongit.freedesktop.org/NetworkManager/NetworkManager#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd NetworkManager
+
+  git describe | sed 's/-dev/dev/;s/-/+/g'
+}
+
+prepare() {
+  cd NetworkManager
+
+  2to3 -w libnm src tools
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd NetworkManager-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --libexecdir='/usr/lib32/networkmanager' \
+    --localstatedir='/var' \
+    --sbindir='/usr/bin' \
+    --sysconfdir='/etc' \
+    --enable-modify-system \
+    --disable-doc \
+    --disable-introspection \
+    --disable-more-warnings \
+    --disable-static \
+    --disable-wimax \
+    --with-crypto='nss' \
+    --with-dhclient='/usr/bin/dhclient' \
+    --with-dnsmasq='/usr/bin/dnsmasq' \
+    --with-iptables='/usr/bin/iptables' \
+    --with-modem-manager-1 \
+    --with-pppd='/usr/bin/pppd' \
+    --with-pppd-plugin-dir='/usr/lib32/pppd/2.4.7' \
+    --with-pppoe='/usr/bin/pppoe' \
+    --with-kernel-firmware-dir='/usr/lib/firmware' \
+    --with-resolvconf='/usr/bin/resolvconf' \
+    --with-systemdsystemunitdir='/usr/lib/systemd/system' \
+    --with-udev-dir='/usr/lib32/udev' \
+    --with-session-tracking='systemd' \
+    --without-dhcpcd
+
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' \
+      -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' \
+      -i libtool
+
+  make
+}
+
+package() {
+  cd NetworkManager-$pkgver
+
+  make DESTDIR="${pkgdir}" -C libnm install
+  make DESTDIR="${pkgdir}" -C libnm-util install
+  make DESTDIR="${pkgdir}" -C libnm-glib install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libnm-glib/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libpgm/trunk/PKGBUILD
===================================================================
--- lib32-libpgm/trunk/PKGBUILD	                        (rev 0)
+++ lib32-libpgm/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: oi_wtf <brainpower at mailbox.org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+# Contributor: Lex Black <autumn-wind at web.de>
+# Contributor: Vladimir Kirillov <proger at wilab.org.ua>
+
+pkgname=lib32-libpgm
+pkgver=5.2.122
+pkgrel=2
+pkgdesc='An implementation of the PGM reliable multicast protocol'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/openpgm'
+license=('LGPL2.1')
+depends=('lib32-glibc' 'libpgm')
+makedepends=('python2')
+options=('!strip')
+source=("http://openpgm.googlecode.com/files/libpgm-$pkgver.tar.gz")
+sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c')
+
+prepare() {
+  cd libpgm-${pkgver}/openpgm/pgm
+
+  find . -type f -exec sed -i 's/python/python2/g' {} +
+}
+
+build() {
+  cd libpgm-${pkgver}/openpgm/pgm
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' --libdir='/usr/lib32'
+  make
+}
+
+package() {
+  cd libpgm-${pkgver}/openpgm/pgm
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{bin,lib,include,share}}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libpgm/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libqmi/trunk/PKGBUILD
===================================================================
--- lib32-libqmi/trunk/PKGBUILD	                        (rev 0)
+++ lib32-libqmi/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=lib32-libqmi
+pkgver=1.16.0
+pkgrel=1
+pkgdesc='QMI modem protocol helper library'
+arch=('x86_64')
+url='http://www.freedesktop.org/wiki/Software/libqmi/'
+license=('GPL2')
+depends=('lib32-glib2' 'lib32-glibc' 'lib32-libmbim' 'libqmi')
+makedepends=('gcc-multilib' 'python')
+source=("http://www.freedesktop.org/software/libqmi/libqmi-${pkgver}.tar.xz")
+sha256sums=('7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a')
+
+build() {
+  cd libqmi-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --libexecdir='/usr/lib32' \
+    --localstatedir='/var' \
+    --sysconfdir='/etc' \
+    --disable-gtk-doc-html \
+    --disable-static \
+    --without-python
+  make
+}
+
+package() {
+  cd libqmi-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libqmi/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libsodium/trunk/PKGBUILD
===================================================================
--- lib32-libsodium/trunk/PKGBUILD	                        (rev 0)
+++ lib32-libsodium/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: oi_wtf <brainpower at mailbox.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: namelessjon <jonathan.stott at gmail.com>
+# Contributor: Alessio Sergi <asergi at archlinux.us>
+
+pkgname=lib32-libsodium
+pkgver=1.0.11
+pkgrel=1
+pkgdesc='P(ortable|ackageable) NaCl-based crypto library'
+arch=('i686' 'x86_64')
+url='https://github.com/jedisct1/libsodium'
+license=('custom:ISC')
+depends=('lib32-glibc' 'libsodium')
+source=("http://download.libsodium.org/libsodium/releases/libsodium-${pkgver}.tar.gz")
+sha256sums=('a14549db3c49f6ae2170cbbf4664bd48ace50681045e8dbea7c8d9fb96f9c765')
+
+build() {
+  cd libsodium-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32'
+  make
+}
+
+package() {
+  cd libsodium-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{bin,lib,include,share}}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libsodium "${pkgdir}"/usr/share/licenses/lib32-libsodium
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: lib32-libsodium/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libteam/trunk/PKGBUILD
===================================================================
--- lib32-libteam/trunk/PKGBUILD	                        (rev 0)
+++ lib32-libteam/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=lib32-libteam
+pkgver=1.23
+pkgrel=1
+pkgdesc='Library for controlling team network device'
+arch=('x86_64')
+url='http://libteam.org/'
+license=('LGPL2.1')
+depends=('lib32-libdbus' 'lib32-libnl' 'lib32-zeromq' 'libteam')
+makedepends=('gcc-multilib' 'lib32-jansson' 'lib32-libdaemon' 'swig')
+source=("http://libteam.org/files/libteam-${pkgver}.tar.gz")
+sha256sums=('d8cd132c425032cc3a7e9314c55485e32243875e0b1adbddd043bbadf1d28c5a')
+
+build() {
+  cd libteam-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --libexecdir='/usr/lib32' \
+    --localstatedir='/var' \
+    --sysconfdir='/etc' \
+    --disable-static
+    make
+}
+
+package() {
+  cd libteam-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libteam/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-slang/trunk/PKGBUILD
===================================================================
--- lib32-slang/trunk/PKGBUILD	                        (rev 0)
+++ lib32-slang/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-slang
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='S-Lang is a powerful interpreted language'
+arch=('x86_64')
+url='http://www.jedsoft.org/slang/'
+license=('GPL')
+depends=('lib32-glibc' 'lib32-pcre' 'lib32-zlib' 'slang')
+makedepends=('gcc-multilib')
+options=('!makeflags')
+source=("http://www.jedsoft.org/releases/slang/slang-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('f95224060f45e0d8212a5039b339afa5f1a94a1bb0298e796104e5b12e926129'
+            'SKIP')
+validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A') # John E. Davis
+
+build() {
+  cd slang-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --sysconfdir='/etc' \
+    --without-onig \
+    --without-png
+  make
+}
+
+package() {
+  cd slang-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-all
+  rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-slang/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-tcl/trunk/PKGBUILD
===================================================================
--- lib32-tcl/trunk/PKGBUILD	                        (rev 0)
+++ lib32-tcl/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Miguel Revilla <yo at miguelrevilla.com>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=lib32-tcl
+pkgver=8.6.6
+pkgrel=1
+pkgdesc='The Tcl scripting language'
+arch=('x86_64')
+url='http://tcl.sourceforge.net/'
+license=('custom')
+depends=('lib32-glibc' 'lib32-zlib' 'tcl')
+makedepends=('gcc-multilib')
+source=("http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz")
+sha256sums=('a265409781e4b3edcc4ef822533071b34c3dc6790b893963809b9fe221befe07')
+
+prepare() {
+  cd tcl${pkgver}
+
+  rm -rf pkgs/sqlite3*
+}
+
+build() {
+  cd tcl${pkgver}/unix
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --mandir='/usr/share/man' \
+    --enable-threads
+  make
+}
+
+package() {
+  cd tcl${pkgver}/unix
+
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+  rm -rf "${pkgdir}"/usr/lib32/{libtclstub8.6.a,tdbc1.0.3/libtdbcstub1.0.3.a}
+  ln -sf libtcl${pkgver%.*}.so "${pkgdir}"/usr/lib32/libtcl.so
+
+  sed -e "s#${srcdir}/tcl${pkgver}/unix#/usr/lib32#" \
+      -e "s#${srcdir}/tcl${pkgver}#/usr/include#" \
+      -i "${pkgdir}/usr/lib32/tclConfig.sh"
+
+  tdbcver=1.0.4
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/tdbc${tdbcver}#/usr/lib32/tdbc${tdbcver}#" \
+      -e "s#${srcdir}/tcl${pkgver}/pkgs/tdbc${tdbcver}/generic#/usr/include#" \
+      -e "s#${srcdir}/tcl${pkgver}/pkgs/tdbc${tdbcver}/library#/usr/lib32/tcl${pkgver%.*}#" \
+      -e "s#${srcdir}/tcl${pkgver}/pkgs/tdbc${tdbcver}#/usr/include#" \
+      -i "${pkgdir}/usr/lib32/tdbc${tdbcver}/tdbcConfig.sh"
+
+  ictlver=4.0.5
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/itcl${ictlver}#/usr/lib32/${ictlver}#" \
+      -e "s#${srcdir}/tcl${pkgver}/pkgs/itcl${ictlver}/generic#/usr/include#" \
+      -e "s#${srcdir}/tcl${pkgver}/pkgs/itcl${ictlver}#/usr/include#" \
+      -i "${pkgdir}/usr/lib32/itcl${ictlver}/itclConfig.sh"
+
+
+  install -dm 755 -p "${pkgdir}"/usr/share/licenses
+  ln -s tcl "${pkgdir}"/usr/share/licenses/lib32-tcl
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-tcl/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-zeromq/trunk/PKGBUILD
===================================================================
--- lib32-zeromq/trunk/PKGBUILD	                        (rev 0)
+++ lib32-zeromq/trunk/PKGBUILD	2016-08-19 20:22:21 UTC (rev 187086)
@@ -0,0 +1,49 @@
+# $Id$
+# 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.1.5
+pkgrel=1
+pkgdesc='Distributed messaging'
+arch=('x86_64')
+url='http://www.zeromq.org'
+license=('LGPL')
+depends=('lib32-gcc-libs' 'lib32-glibc' 'lib32-libpgm' 'lib32-libsodium'
+         'zeromq')
+makedepends=('asciidoc' 'gcc-multilib' 'xmlto')
+source=("https://github.com/zeromq/zeromq4-1/releases/download/v${pkgver}/zeromq-${pkgver}.tar.gz")
+sha256sums=('04aac57f081ffa3a2ee5ed04887be9e205df3a7ddade0027460b8042432bdbcf')
+
+prepare() {
+  cd zeromq-${pkgver}
+
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' configure
+}
+
+build() {
+  cd zeromq-${pkgver}
+
+  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() {
+  cd zeromq-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-zeromq/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list