[arch-commits] Commit in lib32-systemd/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Wed Apr 22 06:12:08 UTC 2015
Date: Wednesday, April 22, 2015 @ 08:12:07
Author: lcarlier
Revision: 131882
archrelease: copy trunk to multilib-x86_64
Added:
lib32-systemd/repos/multilib-x86_64/PKGBUILD
(from rev 131881, lib32-systemd/trunk/PKGBUILD)
Deleted:
lib32-systemd/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 129 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 65 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-22 06:12:01 UTC (rev 131881)
+++ PKGBUILD 2015-04-22 06:12:07 UTC (rev 131882)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Maintainer: Tom Gundersen <teg at jklm.no>
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-pkgver=218
-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' 'systemd')
-makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-acl' 'intltool' 'gperf')
-source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz")
-md5sums=('4e2c511b0a7932d7fc9d79822273aac6')
-
-build() {
- export CC="gcc -m32"
- export CXX="g++ -m32"
- export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
- cd "${srcdir}/systemd-${pkgver}"
-
- # LTO currently breaks the build because of libtool failures
- CFLAGS+=' -fno-lto'
-
- 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 \
- --without-python \
- --disable-libcryptsetup \
- --with-sysvinit-path= \
- --with-sysvrcnd-path= \
- --with-ntp-servers="${timeservers[*]}"
-
- make
-}
-
-package() {
- cd "${srcdir}/systemd-${pkgver}"
-
- 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 131881, lib32-systemd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-04-22 06:12:07 UTC (rev 131882)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Maintainer: Tom Gundersen <teg at jklm.no>
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=219
+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')
+source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz")
+md5sums=('e0d6c9a4b4f69f66932d2230298c9a34')
+
+build() {
+ export CC="gcc -m32"
+ export CXX="g++ -m32"
+ export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+ cd "${srcdir}/systemd-${pkgver}"
+
+ # LTO currently breaks the build because of libtool failures
+ CFLAGS+=' -fno-lto'
+
+ 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 \
+ --without-python \
+ --disable-libcryptsetup \
+ --with-sysvinit-path= \
+ --with-sysvrcnd-path= \
+ --with-ntp-servers="${timeservers[*]}"
+
+ make
+}
+
+package() {
+ cd "${srcdir}/systemd-${pkgver}"
+
+ 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