[arch-commits] Commit in fping/repos/extra-x86_64 (4 files)
Levente Polyak
anthraxx at archlinux.org
Wed Oct 3 02:29:31 UTC 2018
Date: Wednesday, October 3, 2018 @ 02:29:31
Author: anthraxx
Revision: 335663
archrelease: copy trunk to extra-x86_64
Added:
fping/repos/extra-x86_64/PKGBUILD
(from rev 335662, fping/trunk/PKGBUILD)
fping/repos/extra-x86_64/fping.install
(from rev 335662, fping/trunk/fping.install)
Deleted:
fping/repos/extra-x86_64/PKGBUILD
fping/repos/extra-x86_64/fping.install
---------------+
PKGBUILD | 71 +++++++++++++++++++++++++++++---------------------------
fping.install | 18 +++++++-------
2 files changed, 46 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-03 02:29:25 UTC (rev 335662)
+++ PKGBUILD 2018-10-03 02:29:31 UTC (rev 335663)
@@ -1,34 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=fping
-pkgver=4.0
-pkgrel=2
-pkgdesc="A utility to ping multiple hosts at once"
-arch=('x86_64')
-url="http://www.fping.org/"
-license=('custom')
-depends=('glibc')
-install="$pkgname.install"
-source=("https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('67eb4152b98ad34f99d2eec4e1098a0bb52caf13c0c89cd147349d08190fe8ce')
-
-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"
-}
Copied: fping/repos/extra-x86_64/PKGBUILD (from rev 335662, fping/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-03 02:29:31 UTC (rev 335663)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=fping
+pkgver=4.1
+pkgrel=1
+pkgdesc='Utility to ping multiple hosts at once'
+url='http://www.fping.org/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+install=${pkgname}.install
+source=(https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('cd31ea336985f8d727b0db3c70213b827f0282b0c382694e10c72a89c425f2f7383d07f8f2febdc23aa246ebbf65ac9751b2404be405088963a682945edc80ba'
+ 'SKIP')
+validpgpkeys=(
+ "8D1E89B8FBA920A5A609F2615A11A22BC5A1F734" # David Schweikert <david at schweikert.ch>
+)
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --sbindir=/usr/bin \
+ --mandir=/usr/share/man \
+ --enable-ipv4 \
+ --enable-ipv6
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
Deleted: fping.install
===================================================================
--- fping.install 2018-10-03 02:29:25 UTC (rev 335662)
+++ fping.install 2018-10-03 02:29:31 UTC (rev 335663)
@@ -1,9 +0,0 @@
-post_install() {
- setcap cap_net_raw=ep usr/bin/fping 2>/dev/null || chmod +s usr/bin/fping
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: fping/repos/extra-x86_64/fping.install (from rev 335662, fping/trunk/fping.install)
===================================================================
--- fping.install (rev 0)
+++ fping.install 2018-10-03 02:29:31 UTC (rev 335663)
@@ -0,0 +1,9 @@
+post_install() {
+ setcap cap_net_raw=ep usr/bin/fping 2>/dev/null || chmod +s usr/bin/fping
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list