[arch-commits] Commit in etherape/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Wed Mar 11 14:57:52 UTC 2020
Date: Wednesday, March 11, 2020 @ 14:57:52
Author: bgyorgy
Revision: 594284
archrelease: copy trunk to community-x86_64
Added:
etherape/repos/community-x86_64/PKGBUILD
(from rev 594283, etherape/trunk/PKGBUILD)
Deleted:
etherape/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-11 14:57:48 UTC (rev 594283)
+++ PKGBUILD 2020-03-11 14:57:52 UTC (rev 594284)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: kevin <kevin at archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=etherape
-pkgver=0.9.18
-pkgrel=1
-pkgdesc='Graphical network monitor for various OSI layers and protocols'
-url='http://etherape.sourceforge.net/'
-arch=('x86_64')
-license=('GPL2')
-depends=('glibc' 'glib2' 'libpcap' 'popt' 'goocanvas' 'gtk3')
-makedepends=('rarian' 'gnome-doc-utils' 'yelp-tools')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('0ed19966451f9e9b5f5754018d485e7dc59005657ceddf8a75e790c4b7fbf3c8eea56354cf490ec27e18c4bc14c5b3fe648c90facc471dfb14b52ea68abc37d3')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- autoreconf -fiv
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: etherape/repos/community-x86_64/PKGBUILD (from rev 594283, etherape/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-11 14:57:52 UTC (rev 594284)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=etherape
+pkgver=0.9.18
+pkgrel=2
+pkgdesc='Graphical network monitor for various OSI layers and protocols'
+url='http://etherape.sourceforge.net/'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'glib2' 'libpcap' 'popt' 'goocanvas' 'gtk3')
+makedepends=('yelp-tools')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0ed19966451f9e9b5f5754018d485e7dc59005657ceddf8a75e790c4b7fbf3c8eea56354cf490ec27e18c4bc14c5b3fe648c90facc471dfb14b52ea68abc37d3')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ autoreconf -fiv
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list