[arch-commits] CVS update of extra/lib/mhash (PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Jul 8 04:18:20 UTC 2007


    Date: Sunday, July 8, 2007 @ 00:18:20
  Author: eric
    Path: /home/cvs-extra/extra/lib/mhash

Modified: PKGBUILD (1.11 -> 1.12)

upgpkg: mhash 0.9.9-1
added license


----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)


Index: extra/lib/mhash/PKGBUILD
diff -u extra/lib/mhash/PKGBUILD:1.11 extra/lib/mhash/PKGBUILD:1.12
--- extra/lib/mhash/PKGBUILD:1.11	Wed Dec 13 21:42:21 2006
+++ extra/lib/mhash/PKGBUILD	Sun Jul  8 00:18:19 2007
@@ -1,20 +1,22 @@
-# $Id: PKGBUILD,v 1.11 2006/12/14 02:42:21 kevin Exp $
+# $Id: PKGBUILD,v 1.12 2007/07/08 04:18:19 eric Exp $
 # Maintainer: gregor <gregor at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=mhash
-pkgver=0.9.7.1
+pkgver=0.9.9
 pkgrel=1
 pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA-1, HAVAL, etc"
-arch=(i686 x86_64)
-source=(http://dl.sourceforge.net/sourceforge/mhash/$pkgname-$pkgver.tar.bz2)
+arch=('i686' 'x86_64')
 url="http://mhash.sourceforge.net/"
-md5sums=('e2a7f6594d468c5d0edbfa788dbdca0f')
+license=('LGPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/mhash/$pkgname-$pkgver.tar.bz2)
+md5sums=('d113a853e0ac21c49c5a1acea0daaade')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --enable-static
   make || return 1
   make prefix=$startdir/pkg/usr install
-  find $startdir/pkg -name '*\.la' -exec rm {} \;
 }




More information about the arch-commits mailing list