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

Levente Polyak anthraxx at archlinux.org
Mon Jul 17 16:24:11 UTC 2017


    Date: Monday, July 17, 2017 @ 16:24:10
  Author: anthraxx
Revision: 300704

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

Added:
  iptraf-ng/repos/extra-i686/PKGBUILD
    (from rev 300703, iptraf-ng/trunk/PKGBUILD)
  iptraf-ng/repos/extra-x86_64/PKGBUILD
    (from rev 300703, iptraf-ng/trunk/PKGBUILD)
Deleted:
  iptraf-ng/repos/extra-i686/PKGBUILD
  iptraf-ng/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   72 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   27 ------------------
 extra-x86_64/PKGBUILD |   27 ------------------
 3 files changed, 72 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-07-17 16:24:01 UTC (rev 300703)
+++ extra-i686/PKGBUILD	2017-07-17 16:24:10 UTC (rev 300704)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Maintainer: sh0 <mee at sh0.org>
-
-pkgname=iptraf-ng
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="A console-based network monitoring utility (a fork of original iptraf)"
-url="https://fedorahosted.org/iptraf-ng/"
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('de27cfeeede96e2acfb0edc8439b034a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --sbindir=/usr/bin
-  make CFLAGS="$CFLAGS -std=gnu99"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR=$pkgdir install
-}

Copied: iptraf-ng/repos/extra-i686/PKGBUILD (from rev 300703, iptraf-ng/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-07-17 16:24:10 UTC (rev 300704)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: sh0 <mee at sh0.org>
+
+pkgname=iptraf-ng
+pkgver=1.1.4
+pkgrel=3
+pkgdesc='Console-based network monitoring utility'
+url='https://sourceforge.net/projects/iptraf-ng/'
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+source=(https://infrastructure.fedoraproject.org/infra/hosted-content/iptraf-ng/iptraf-ng/iptraf-ng-${pkgver}.tar.gz)
+sha256sums=('79140cf07c0cceb1b5723242847a73aa86f5e4f9dccfe8970fda6801d347eb09')
+sha512sums=('8cafb0000cec75eb4071156a9e9350ffe6de99cb6386e8f50d05337113872ee50082a30009d85faa02d83633a8e727039791332d600654321b95ca6cfc881774')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sbindir=/usr/bin
+  # preserve our own flags
+  make CFLAGS="${CFLAGS} -std=gnu99" \
+    LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 iptraf-ng-logrotate.conf -t "${pkgdir}/etc/logrotate.d"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-07-17 16:24:01 UTC (rev 300703)
+++ extra-x86_64/PKGBUILD	2017-07-17 16:24:10 UTC (rev 300704)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Maintainer: sh0 <mee at sh0.org>
-
-pkgname=iptraf-ng
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="A console-based network monitoring utility (a fork of original iptraf)"
-url="https://fedorahosted.org/iptraf-ng/"
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('de27cfeeede96e2acfb0edc8439b034a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --sbindir=/usr/bin
-  make CFLAGS="$CFLAGS -std=gnu99"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR=$pkgdir install
-}

Copied: iptraf-ng/repos/extra-x86_64/PKGBUILD (from rev 300703, iptraf-ng/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-07-17 16:24:10 UTC (rev 300704)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: sh0 <mee at sh0.org>
+
+pkgname=iptraf-ng
+pkgver=1.1.4
+pkgrel=3
+pkgdesc='Console-based network monitoring utility'
+url='https://sourceforge.net/projects/iptraf-ng/'
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+source=(https://infrastructure.fedoraproject.org/infra/hosted-content/iptraf-ng/iptraf-ng/iptraf-ng-${pkgver}.tar.gz)
+sha256sums=('79140cf07c0cceb1b5723242847a73aa86f5e4f9dccfe8970fda6801d347eb09')
+sha512sums=('8cafb0000cec75eb4071156a9e9350ffe6de99cb6386e8f50d05337113872ee50082a30009d85faa02d83633a8e727039791332d600654321b95ca6cfc881774')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sbindir=/usr/bin
+  # preserve our own flags
+  make CFLAGS="${CFLAGS} -std=gnu99" \
+    LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 iptraf-ng-logrotate.conf -t "${pkgdir}/etc/logrotate.d"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list