[arch-commits] Commit in vnstat/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Mar 5 15:58:45 UTC 2018


    Date: Monday, March 5, 2018 @ 15:58:44
  Author: spupykin
Revision: 302800

archrelease: copy trunk to community-x86_64

Added:
  vnstat/repos/community-x86_64/PKGBUILD
    (from rev 302799, vnstat/trunk/PKGBUILD)
Deleted:
  vnstat/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-05 15:58:27 UTC (rev 302799)
+++ PKGBUILD	2018-03-05 15:58:44 UTC (rev 302800)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=vnstat
-pkgver=1.17
-pkgrel=1
-pkgdesc="A console-based network traffic monitor"
-arch=('i686' 'x86_64')
-url="http://humdi.net/vnstat/"
-license=('GPL')
-depends=('bash')
-makedepends=('gd')
-optdepends=('gd: image output')
-backup=(etc/vnstat.conf)
-source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
-sha256sums=('18e4c53576ca9e1ef2f0e063a6d83b0c44e3b1cf008560d658745df5c9aa7971')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/bin
-  make DESTDIR="$pkgdir" install
-  install -Dm0755 examples/vnstat.cgi "$pkgdir"/usr/share/doc/vnstat/examples/vnstat.cgi
-  install -Dm0644 examples/systemd/vnstat.service "$pkgdir"/usr/lib/systemd/system/vnstat.service
-}

Copied: vnstat/repos/community-x86_64/PKGBUILD (from rev 302799, vnstat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-05 15:58:44 UTC (rev 302800)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=vnstat
+pkgver=1.18
+pkgrel=1
+pkgdesc="A console-based network traffic monitor"
+arch=('x86_64')
+url="http://humdi.net/vnstat/"
+license=('GPL')
+depends=('bash')
+makedepends=('gd')
+optdepends=('gd: image output')
+backup=(etc/vnstat.conf)
+source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
+sha256sums=('d7193592b9e7445fa5cbe8af7d3b39982f165ee8fc58041ff41f509b37c687d5')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/bin
+  make DESTDIR="$pkgdir" install
+  install -Dm0755 examples/vnstat.cgi "$pkgdir"/usr/share/doc/vnstat/examples/vnstat.cgi
+  install -Dm0644 examples/systemd/vnstat.service "$pkgdir"/usr/lib/systemd/system/vnstat.service
+}



More information about the arch-commits mailing list