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

Maxime Gauduin alucryd at archlinux.org
Tue Sep 1 14:34:27 UTC 2020


    Date: Tuesday, September 1, 2020 @ 14:34:27
  Author: alucryd
Revision: 695550

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |  104 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 51 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-01 14:34:22 UTC (rev 695549)
+++ PKGBUILD	2020-09-01 14:34:27 UTC (rev 695550)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=lib32-libnsl
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Public client interface library for NIS(YP) and NIS+'
-arch=(x86_64)
-url=https://github.com/thkukuk/libnsl
-license=(LGPL2.1)
-depends=(
-  lib32-libtirpc
-  libnsl
-)
-makedepends=(git)
-source=(git+https://github.com/thkukuk/libnsl.git#tag=113d92f29bcb778fcaa9c2a18e48bce53729ea54)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libnsl
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd libnsl
-
-  git cherry-pick -n a40f7c511765e2e0c4d710d45b7d8363c18c70f8
-  sed 's/0.19/0.20/g' -i po/Makefile.in.in
-
-  ./autogen.sh
-}
-
-build() {
-  cd libnsl
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkg-config'
-
-  ./configure \
-    --prefix=/usr \
-    --libdir=/usr/lib32 \
-    --disable-static
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libnsl install
-  rm -rf "${pkgdir}"/usr/include
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libnsl/repos/multilib-x86_64/PKGBUILD (from rev 695549, lib32-libnsl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-01 14:34:27 UTC (rev 695550)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=lib32-libnsl
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Public client interface library for NIS(YP) and NIS+'
+arch=(x86_64)
+url=https://github.com/thkukuk/libnsl
+license=(LGPL2.1)
+depends=(
+  lib32-libtirpc
+  libnsl
+)
+makedepends=(git)
+_tag=fbad7b36acaa89a54023930af70805649f962999
+source=(git+https://github.com/thkukuk/libnsl.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libnsl
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd libnsl
+
+  autoreconf -fiv
+}
+
+build() {
+  cd libnsl
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkg-config'
+
+  ./configure \
+    --prefix=/usr \
+    --libdir=/usr/lib32 \
+    --disable-static
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libnsl install
+  rm -rf "${pkgdir}"/usr/include
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list