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

Felix Yan felixonmars at gemini.archlinux.org
Tue Nov 16 08:29:45 UTC 2021


    Date: Tuesday, November 16, 2021 @ 08:29:45
  Author: felixonmars
Revision: 1048629

archrelease: copy trunk to community-x86_64

Added:
  testu01/repos/community-x86_64/
  testu01/repos/community-x86_64/PKGBUILD
    (from rev 1048628, testu01/trunk/PKGBUILD)

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

Copied: testu01/repos/community-x86_64/PKGBUILD (from rev 1048628, testu01/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-11-16 08:29:45 UTC (rev 1048629)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Flaviu Tamas <aur at flaviutamas.com>
+# Contributor: Guangyu Zhang <zguangyu123 at gmail.com>
+
+pkgname=testu01
+_pkgname=TestU01
+pkgver=1.2.3
+pkgrel=4
+pkgdesc="A library offering a collection of utilities for the empirical statistical testing of uniform random number generators"
+arch=('x86_64')
+url="http://simul.iro.umontreal.ca/testu01/tu01.html"
+license=('Apache')
+depends=('glibc')
+source=(http://simul.iro.umontreal.ca/$pkgname/$_pkgname.zip)
+sha256sums=('bc1d1dd2aea7ed3b3d28eaad2c8ee55913f11ce67aec8fe4f643c1c0d2ed1cac')
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list