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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 14:32:03 UTC 2018


    Date: Monday, June 4, 2018 @ 14:32:02
  Author: felixonmars
Revision: 340393

archrelease: copy trunk to community-x86_64

Added:
  procstatd/repos/community-x86_64/PKGBUILD
    (from rev 340392, procstatd/trunk/PKGBUILD)
Deleted:
  procstatd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 14:31:47 UTC (rev 340392)
+++ PKGBUILD	2018-06-04 14:32:02 UTC (rev 340393)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Jason Chu <jason at archlinux.org>
-
-pkgname=procstatd
-pkgver=1.4.2
-pkgrel=9
-pkgdesc="A daemon that can be run either from userspace or inetd that can be queried via a simple API to parse various files in /proc"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.phy.duke.edu/brahma/"
-source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-
-build() {
-  cd $srcdir/$pkgname
-  # Get rid of the funky make install forever bug
-  sed -i 's/make install/echo/;s/cd watchman/echo/;s@$(INSTDIR)/sbin@$(INSTDIR)/bin@' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make INSTDIR=$pkgdir/usr install
-  mkdir ${pkgdir}/usr/share
-  mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man
-}

Copied: procstatd/repos/community-x86_64/PKGBUILD (from rev 340392, procstatd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 14:32:02 UTC (rev 340393)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Jason Chu <jason at archlinux.org>
+
+pkgname=procstatd
+pkgver=1.4.2
+pkgrel=10
+pkgdesc="A daemon that can be run either from userspace or inetd that can be queried via a simple API to parse various files in /proc"
+arch=('x86_64')
+license=('GPL')
+url="http://www.phy.duke.edu/brahma/"
+source=(https://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
+sha512sums=('02f10a87f9325f0252786a598433596ad1dc2c6412ff8b6fe1f8e19a6e1425497bc0fcf0be085ed7be9434642c7a1f22d4f8018787ab2f6dffe0d1aa566dfcc5')
+
+build() {
+  cd "$srcdir"/$pkgname
+  # Get rid of the funky make install forever bug
+  sed -i 's/make install/echo/;s/cd watchman/echo/;s@$(INSTDIR)/sbin@$(INSTDIR)/bin@' Makefile
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  make INSTDIR="$pkgdir"/usr install
+  mkdir "$pkgdir"/usr/share
+  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/man
+}



More information about the arch-commits mailing list