updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / grepmail / PKGBUILD
blobb363d78aac8393af65d542c810d6653c73c3c6ae
1 pkgname=grepmail
2 pkgver=5.3033
3 pkgrel=1
4 pkgdesc="Search for emails in a normal or compressed mailbox using a regular expression or date constraint"
5 arch=(i686 x86_64)
6 url="http://grepmail.sourceforge.net/"
7 license=('GPL')
8 depends=('perl-date-manip' 'perl-timedate' 'perl-mail-mbox-messageparser' 'perl-digest-md5')
9 makedepends=()
10 optdepends=()
11 backup=()
12 options=()
13 source=(http://downloads.sourceforge.net/sourceforge/grepmail/grepmail-$pkgver.tar.gz)
14 md5sums=('83f94e253ccb02fde9a207d7f23c9cd2')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
19   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
20   make || return 1
21   make install DESTDIR=$startdir/pkg || return 1
22   find "$pkgdir" -name perllocal.pod -delete
23   find "$pkgdir" -name .packlist -delete