4 pkgdesc="Extension for parsing and working with email messages (RFC822 and RFC2045)"
6 url="http://pecl.php.net/package/mailparse"
9 source=(http://pecl.php.net/get/mailparse-$pkgver.tgz)
10 md5sums=('0c0134fb6f5903c8fb6c9e2205263d2c')
13 cd $srcdir/mailparse-$pkgver/
16 ./configure --prefix=/usr || return 1
18 make INSTALL_ROOT="$pkgdir/" install