[arch-commits] Commit in dmtcp/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:36:54 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:36:52
Author: felixonmars
Revision: 658959
archrelease: copy trunk to community-staging-x86_64
Added:
dmtcp/repos/community-staging-x86_64/
dmtcp/repos/community-staging-x86_64/PKGBUILD
(from rev 658958, dmtcp/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: dmtcp/repos/community-staging-x86_64/PKGBUILD (from rev 658958, dmtcp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 15:36:52 UTC (rev 658959)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dmtcp
+pkgver=2.6.0
+pkgrel=2
+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=('3ed62a86dd0cb9c828b93ee8c7c852d6f9c96a0efa48bcfe867521adf7bced68')
+
+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