### this file is sourced not run
PKGVER=0.9.9.9
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=mhash-$PKGVER.tar.bz2
MD5SUM=f91c74f9ccab2b574a98be5bc31eb280
SRC_URL=http://downloads.sourceforge.net/mhash/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libmhash: libmhash $PKGVER (Hash algorithm library)  
libmhash:  
libmhash: Mhash is provides a uniform interface to a large number of hash 
libmhash: algorithms. These algorithms can be used to compute checksums, 
libmhash: message digests, and other signatures. The HMAC support implements 
libmhash: the basics for message authentication, following RFC 2104. Supported 
libmhash: algorithm: SHA1, SHA160, SHA192, SHA224, SHA384, SHA512, HAVAL128, 
libmhash: HAVAL160, HAVAL192, HAVAL224, HAVAL256, RIPEMD128, RIPEMD256, 
libmhash: RIPEMD320, MD4, MD5, TIGER, TIGER128, TIGER160, ALDER32, CRC32, 
libmhash: CRC32b, WHIRLPOOL, GOST, SNEFRU128, SNEFRU256  
libmhash: http://mhash.sourceforge.net/ 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


