[arch-commits] Commit in libndp/repos (4 files)

Jan Steffens heftig at nymeria.archlinux.org
Fri Jul 4 20:47:43 UTC 2014


    Date: Friday, July 4, 2014 @ 22:47:43
  Author: heftig
Revision: 216514

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libndp/repos/extra-i686/
  libndp/repos/extra-i686/PKGBUILD
    (from rev 216513, libndp/trunk/PKGBUILD)
  libndp/repos/extra-x86_64/
  libndp/repos/extra-x86_64/PKGBUILD
    (from rev 216513, libndp/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: libndp/repos/extra-i686/PKGBUILD (from rev 216513, libndp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-07-04 20:47:43 UTC (rev 216514)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libndp
+pkgver=1.3
+pkgrel=1
+pkgdesc="Library for Neighbor Discovery Protocol"
+arch=(i686 x86_64)
+url="http://libndp.org/"
+license=(LGPL2.1)
+depends=(glibc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('58a013427debfc554f1ff6555bccfd3ba910d50effc8231cfcad79f0f19c3f9e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libndp/repos/extra-x86_64/PKGBUILD (from rev 216513, libndp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-07-04 20:47:43 UTC (rev 216514)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libndp
+pkgver=1.3
+pkgrel=1
+pkgdesc="Library for Neighbor Discovery Protocol"
+arch=(i686 x86_64)
+url="http://libndp.org/"
+license=(LGPL2.1)
+depends=(glibc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('58a013427debfc554f1ff6555bccfd3ba910d50effc8231cfcad79f0f19c3f9e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list