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

Andrea Scarpino andrea at archlinux.org
Sat Jan 24 10:24:21 UTC 2015


    Date: Saturday, January 24, 2015 @ 11:24:21
  Author: andrea
Revision: 126512

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mhash/repos/community-i686/
  mhash/repos/community-i686/PKGBUILD
    (from rev 126511, mhash/trunk/PKGBUILD)
  mhash/repos/community-x86_64/
  mhash/repos/community-x86_64/PKGBUILD
    (from rev 126511, mhash/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: mhash/repos/community-i686/PKGBUILD (from rev 126511, mhash/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-24 10:24:21 UTC (rev 126512)
@@ -0,0 +1,26 @@
+# $Id$
+# 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=3
+pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA1, HAVAL, etc)"
+arch=('i686' 'x86_64')
+url="http://mhash.sourceforge.net/"
+license=('LGPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: mhash/repos/community-x86_64/PKGBUILD (from rev 126511, mhash/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-24 10:24:21 UTC (rev 126512)
@@ -0,0 +1,26 @@
+# $Id$
+# 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=3
+pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA1, HAVAL, etc)"
+arch=('i686' 'x86_64')
+url="http://mhash.sourceforge.net/"
+license=('LGPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list