[arch-commits] Commit in lib32-expat/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Nov 4 14:07:33 UTC 2019
Date: Monday, November 4, 2019 @ 14:07:33
Author: alucryd
Revision: 524068
archrelease: copy trunk to multilib-x86_64
Added:
lib32-expat/repos/multilib-x86_64/PKGBUILD
(from rev 524067, lib32-expat/trunk/PKGBUILD)
Deleted:
lib32-expat/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 106 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 56 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-04 14:07:27 UTC (rev 524067)
+++ PKGBUILD 2019-11-04 14:07:33 UTC (rev 524068)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=lib32-expat
-pkgver=2.2.7
-pkgrel=1
-pkgdesc='An XML Parser library written in C (32 bit)'
-arch=(x86_64)
-url=https://libexpat.github.io/
-license=(custom)
-depends=(
- expat
- lib32-glibc
-)
-makedepends=(
- docbook2x
- git
-)
-source=(git+https://github.com/libexpat/libexpat.git#tag=R_${pkgver//./_})
-sha512sums=(SKIP)
-
-prepare() {
- cd libexpat/expat
-
- autoreconf -fiv
-}
-
-build() {
- cd libexpat/expat
-
- export CC='gcc -m32'
- export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
- ./configure \
- --prefix=/usr \
- --libdir=/usr/lib32 \
- --mandir=/usr/share/man
- make
-}
-
-package() {
- cd libexpat/expat
-
- make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}"/usr/{bin,include,share/man,share/doc}
- install -dm 755 "${pkgdir}"/usr/share/licenses
- ln -s expat "${pkgdir}"/usr/share/licenses/lib32-expat
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-expat/repos/multilib-x86_64/PKGBUILD (from rev 524067, lib32-expat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-04 14:07:33 UTC (rev 524068)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=lib32-expat
+pkgver=2.2.9
+pkgrel=1
+pkgdesc='An XML Parser library'
+arch=(x86_64)
+url=https://libexpat.github.io/
+license=(custom)
+depends=(
+ expat
+ lib32-glibc
+)
+makedepends=(
+ docbook2x
+ git
+)
+source=(git+https://github.com/libexpat/libexpat.git#tag=a7bc26b69768f7fb24f0c7976fae24b157b85b13)
+sha512sums=(SKIP)
+
+pkgver() {
+ cd libexpat
+
+ git describe --tags | sed 's/R_//; s/_/./g'
+}
+
+prepare() {
+ cd libexpat/expat
+
+ autoreconf -fiv
+}
+
+build() {
+ cd libexpat/expat
+
+ export CC='gcc -m32'
+ export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+ ./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib32 \
+ --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd libexpat/expat
+
+ make DESTDIR="${pkgdir}" install
+ rm -rf "${pkgdir}"/usr/{bin,include,share/man,share/doc}
+ install -dm 755 "${pkgdir}"/usr/share/licenses
+ ln -s expat "${pkgdir}"/usr/share/licenses/lib32-expat
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list