# $Id: PKGBUILD 51263 2009-09-06 19:41:24Z giovanni $ # Maintainer: Andrea Scarpino # Contributor: Jan de Groot # Contributor: Tom Newsom pkgname=libmcrypt pkgver=2.5.8 pkgrel=2 pkgdesc="A library which provides a uniform interface to several symmetric encryption algorithms" url="http://mcrypt.sourceforge.net/" arch=(i686 x86_64) license=('GPL') depends=('glibc') options=('!libtool') source=(http://downloads.sourceforge.net/mcrypt/${pkgname}-${pkgver}.tar.bz2) md5sums=('c4f491dd411a09e9de3b8702ea6f73eb') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --mandir=/usr/share/man make || return 1 make DESTDIR=${pkgdir} install }