[arch-commits] Commit in mhash/trunk (PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Sat Oct 26 22:42:43 UTC 2013
Date: Sunday, October 27, 2013 @ 00:42:43
Author: eric
Revision: 197558
upgpkg: mhash 0.9.9.9-3
Rebuild without static libraries
Modified:
mhash/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-26 21:24:07 UTC (rev 197557)
+++ PKGBUILD 2013-10-26 22:42:43 UTC (rev 197558)
@@ -5,23 +5,22 @@
pkgname=mhash
pkgver=0.9.9.9
-pkgrel=2
+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')
-options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --enable-static
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list