4 pkgdesc="A C++ class library for working with MIME messages"
5 url="http://www.vmime.org/"
8 makedepends=('pkgconfig')
9 depends=('gnutls' 'gsasl')
10 source=(http://prdownloads.sourceforge.net/sourceforge/vmime/${pkgname}-${pkgver}.tar.bz2)
11 md5sums=('d5b6de44f7f9ca0e4cefe597d1905605')
14 cd ${srcdir}/${pkgname}-${pkgver}
15 ./configure --prefix=/usr
17 make DESTDIR=$pkgdir install