[arch-commits] Commit in (mhash mhash/repos mhash/trunk mhash/trunk/PKGBUILD)

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


    Date: Saturday, January 24, 2015 @ 11:24:00
  Author: andrea
Revision: 126511

extra2community: Moving mhash from extra to community

Added:
  mhash/
  mhash/repos/
  mhash/trunk/
  mhash/trunk/PKGBUILD

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

Added: mhash/trunk/PKGBUILD
===================================================================
--- mhash/trunk/PKGBUILD	                        (rev 0)
+++ mhash/trunk/PKGBUILD	2015-01-24 10:24:00 UTC (rev 126511)
@@ -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
+}


Property changes on: mhash/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list