[arch-commits] Commit in mhash/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:22:37 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:22:37
  Author: felixonmars
Revision: 658436

archrelease: copy trunk to community-staging-x86_64

Added:
  mhash/repos/community-staging-x86_64/
  mhash/repos/community-staging-x86_64/PKGBUILD
    (from rev 658435, mhash/trunk/PKGBUILD)

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

Copied: mhash/repos/community-staging-x86_64/PKGBUILD (from rev 658435, mhash/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 13:22:37 UTC (rev 658436)
@@ -0,0 +1,25 @@
+# Contributor: gregor <gregor at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=mhash
+pkgver=0.9.9.9
+pkgrel=5
+pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA1, HAVAL, etc)"
+arch=('x86_64')
+url="http://mhash.sourceforge.net/"
+license=('LGPL')
+depends=('glibc')
+source=(https://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('3b063d258cb0e7c2fa21ed30abae97bd6f3630ecd1cb4698afb826aa747555f3cf884828f24ac5e2b203730d0c7c0ecc9ef1e724ad9d85769a2f66128f3072eb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list