#Maintainer: Xyne pkgname=perl-xyne-common pkgver=2010.08.26.1 pkgrel=1 pkgdesc="Xyne's common Perl modules." depends=('perl') arch=('any') license=('GPL') url="http://xyne.archlinux.ca/projects/${pkgname}" source=(http://xyne.archlinux.ca/src/$pkgname-$pkgver.tar.gz) md5sums=('0165de85a4698f17a14f247c3560d866') build() { cd $srcdir/$pkgname PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make make install DESTDIR=${pkgdir} # remove perllocal.pod and .packlist find ${pkgdir} -name perllocal.pod -delete find ${pkgdir} -name .packlist -delete } # vim: set ts=2 sw=2 et: