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

Felix Yan felixonmars at archlinux.org
Mon Mar 5 08:11:26 UTC 2018


    Date: Monday, March 5, 2018 @ 08:11:25
  Author: felixonmars
Revision: 302494

archrelease: copy trunk to community-x86_64

Added:
  dmtcp/repos/community-x86_64/
  dmtcp/repos/community-x86_64/PKGBUILD
    (from rev 302493, dmtcp/trunk/PKGBUILD)

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

Copied: dmtcp/repos/community-x86_64/PKGBUILD (from rev 302493, dmtcp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-03-05 08:11:25 UTC (rev 302494)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dmtcp
+pkgver=2.5.2
+pkgrel=1
+pkgdesc='Distributed MultiThreaded CheckPointing'
+url='http://dmtcp.sourceforge.net'
+arch=('x86_64')
+license=('LGPL')
+depends=('bash')
+makedepends=('dash' 'emacs' 'gdb' 'java-environment' 'openmpi' 'procps-ng' 'python' 'screen'
+	         'strace' 'tcsh' 'vim' 'zsh')
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('0e3e5e15bd401b7b6937f2b678cd7d6a252eab0a143d5740b89cc3bebb4282be')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list