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

Felix Yan felixonmars at archlinux.org
Tue Sep 11 20:18:05 UTC 2018


    Date: Tuesday, September 11, 2018 @ 20:18:04
  Author: felixonmars
Revision: 379769

archrelease: copy trunk to community-x86_64

Added:
  memtester/repos/community-x86_64/
  memtester/repos/community-x86_64/PKGBUILD
    (from rev 379768, memtester/trunk/PKGBUILD)

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

Copied: memtester/repos/community-x86_64/PKGBUILD (from rev 379768, memtester/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-09-11 20:18:04 UTC (rev 379769)
@@ -0,0 +1,30 @@
+# Maintainer: brent s. <bts[at]square-r00t[dot]net>
+# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
+# News updates for packages can be followed at https://devblog.square-r00t.net
+validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
+# Contributor:	Arto Jonsson	<kapsi.fi: ajonsson>
+# Contributor:	andrewy		<andrewyates.net: andrew>
+# Past maintainer:	Jesse Jaara	<gmail: jesse.jaara>
+
+pkgname=memtester
+pkgver=4.3.0
+pkgrel=4
+pkgdesc="A userspace utility for testing the memory subsystem for faults"
+arch=('x86_64')
+url="http://pyropus.ca/software/memtester/"
+license=('GPL2')
+depends=('glibc')
+source=("http://pyropus.ca/software/memtester/old-versions/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('045bcc73855706ff03e8ca65297a0d6e5b5ac02f99dae0f17cef1310b403efcb78d9a7295eca6d2de703b0a7b2f71b58a37f5a42040f01fc77a321a8d2205888')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m755 memtester "${pkgdir}/usr/bin/memtester"
+  install -D -m644 memtester.8 "${pkgdir}/usr/share/man/man8/memtester.8"
+}



More information about the arch-commits mailing list