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

Maxime Gauduin alucryd at archlinux.org
Sun Sep 30 09:25:19 UTC 2018


    Date: Sunday, September 30, 2018 @ 09:25:19
  Author: alucryd
Revision: 388447

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   85 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 44 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-30 09:25:10 UTC (rev 388446)
+++ PKGBUILD	2018-09-30 09:25:19 UTC (rev 388447)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: oi_wtf <brainpower at gulli.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=lib32-libndp
-pkgver=1.6
-pkgrel=1
-pkgdesc='Library for Neighbor Discovery Protocol'
-arch=('x86_64')
-url='http://libndp.org/'
-license=('LGPL2.1')
-depends=('lib32-glibc' 'libndp')
-makedepends=('gcc-multilib')
-source=("http://libndp.org/files/libndp-$pkgver.tar.gz")
-sha256sums=('0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e')
-
-build() {
-  cd libndp-${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 libndp-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libndp/repos/multilib-x86_64/PKGBUILD (from rev 388446, lib32-libndp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-30 09:25:19 UTC (rev 388447)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: oi_wtf <brainpower at gulli.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=lib32-libndp
+pkgver=1.7
+pkgrel=1
+pkgdesc='Library for Neighbor Discovery Protocol'
+arch=('x86_64')
+url='http://libndp.org/'
+license=('LGPL2.1')
+depends=('lib32-glibc' 'libndp')
+makedepends=('git')
+source=("git+https://github.com/jpirko/libndp.git#tag=v${pkgver}")
+sha256sums=('SKIP')
+
+prepare() {
+  cd libndp
+
+  ./autogen.sh
+}
+
+build() {
+  cd libndp
+
+  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() {
+  make DESTDIR="${pkgdir}" -C libndp install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list