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

Laurent Carlier lcarlier at archlinux.org
Thu Jul 30 07:14:04 UTC 2015


    Date: Thursday, July 30, 2015 @ 09:14:04
  Author: lcarlier
Revision: 137604

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |  139 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 70 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-30 07:13:57 UTC (rev 137603)
+++ PKGBUILD	2015-07-30 07:14:04 UTC (rev 137604)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Maintainer: Tom Gundersen <teg at jklm.no>
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-pkgver=222
-pkgrel=1
-pkgdesc="system and service manager (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/systemd"
-license=('GPL2' 'LGPL2.1' 'MIT')
-depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'lib32-curl' 'lib32-libcap' 'lib32-bzip2' 'systemd')
-makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-acl' 'intltool' 'gperf' 'git')
-source=("git://github.com/systemd/systemd.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd systemd
-
-  ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd systemd
-
-  local timeservers=({0..3}.arch.pool.ntp.org)
-
-  ./configure \
-    --libexecdir=/usr/lib32 \
-    --libdir=/usr/lib32 \
-    --localstatedir=/var \
-    --sysconfdir=/etc \
-    --enable-compat-libs \
-    --disable-audit \
-    --disable-tests \
-    --disable-ima \
-    --disable-kdbus \
-    --disable-seccomp \
-    --disable-pam \
-    --disable-kmod \
-    --disable-networkd \
-    --disable-blkid \
-    --disable-libiptc \
-    --disable-manpages \
-    --without-python \
-    --disable-libcryptsetup \
-    --with-sysvinit-path= \
-    --with-sysvrcnd-path= \
-    --with-ntp-servers="${timeservers[*]}"
-
-  make
-}
-
-package() {
-  cd systemd
-    
-  make DESTDIR="$pkgdir" install
-    
-  rm -rf "${pkgdir}"/{etc,var}
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-
-  install -m755 -d "${pkgdir}/usr/share/licenses"
-  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
-}

Copied: lib32-systemd/repos/multilib-x86_64/PKGBUILD (from rev 137603, lib32-systemd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-30 07:14:04 UTC (rev 137604)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Maintainer: Tom Gundersen <teg at jklm.no>
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=223
+pkgrel=1
+pkgdesc="system and service manager (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/systemd"
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-libgcrypt' 'lib32-xz' 'lib32-libcap' 'lib32-acl' 'lib32-libidn' 'lib32-gcc-libs' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-glib2' 'intltool' 'gperf'
+             'lib32-curl' 'lib32-bzip2' 'git')
+source=("git://github.com/systemd/systemd.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd systemd
+
+  ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd systemd
+
+  local timeservers=({0..3}.arch.pool.ntp.org)
+
+  ./configure \
+    --libexecdir=/usr/lib32 \
+    --libdir=/usr/lib32 \
+    --localstatedir=/var \
+    --sysconfdir=/etc \
+    --enable-compat-libs \
+    --disable-audit \
+    --disable-tests \
+    --disable-ima \
+    --disable-kdbus \
+    --disable-seccomp \
+    --disable-pam \
+    --disable-kmod \
+    --disable-networkd \
+    --disable-blkid \
+    --disable-libiptc \
+    --disable-manpages \
+    --without-python \
+    --disable-libcryptsetup \
+    --with-sysvinit-path= \
+    --with-sysvrcnd-path= \
+    --with-ntp-servers="${timeservers[*]}"
+
+  make
+}
+
+package() {
+  cd systemd
+    
+  make DESTDIR="$pkgdir" install
+    
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+
+  install -m755 -d "${pkgdir}/usr/share/licenses"
+  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
+}



More information about the arch-commits mailing list