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

Anatol Pomozov anatolik at archlinux.org
Wed Apr 26 23:47:23 UTC 2017


    Date: Wednesday, April 26, 2017 @ 23:47:22
  Author: anatolik
Revision: 294850

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

Added:
  fping/repos/testing-i686/
  fping/repos/testing-i686/PKGBUILD
    (from rev 294849, fping/trunk/PKGBUILD)
  fping/repos/testing-x86_64/
  fping/repos/testing-x86_64/PKGBUILD
    (from rev 294849, fping/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: fping/repos/testing-i686/PKGBUILD (from rev 294849, fping/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-04-26 23:47:22 UTC (rev 294850)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=fping
+pkgver=4.0
+pkgrel=1
+pkgdesc="A utility to ping multiple hosts at once"
+arch=('i686' 'x86_64')
+url="http://www.fping.org/"
+license=('custom') 
+depends=('glibc')
+source=("http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz")
+md5sums=('c21a80d7519fa0ad2411bf6799873eb0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+              --sbindir=/usr/bin \
+              --mandir=/usr/share/man \
+              --enable-ipv4 \
+              --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  chmod 4555 ${pkgdir}/usr/bin/fping
+}

Copied: fping/repos/testing-x86_64/PKGBUILD (from rev 294849, fping/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-04-26 23:47:22 UTC (rev 294850)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=fping
+pkgver=4.0
+pkgrel=1
+pkgdesc="A utility to ping multiple hosts at once"
+arch=('i686' 'x86_64')
+url="http://www.fping.org/"
+license=('custom') 
+depends=('glibc')
+source=("http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz")
+md5sums=('c21a80d7519fa0ad2411bf6799873eb0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+              --sbindir=/usr/bin \
+              --mandir=/usr/share/man \
+              --enable-ipv4 \
+              --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  chmod 4555 ${pkgdir}/usr/bin/fping
+}



More information about the arch-commits mailing list