PKGBUILDs/community/perl-authen-sasl/PKGBUILD
2009-10-09 21:15:33 -05:00

20 lines
756 B
Bash

# This PKGBUILD was autocreated. See http://xtermin.us/archperl/ for details
# Maintainer: Charles Mauch <cmauch@gmail.com>
pkgname=perl-authen-sasl
pkgver=2.13
pkgrel=1
pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
arch=(any)
url="http://search.cpan.org/dist/Authen-SASL"
license=("GPL" "PerlArtistic")
source=("http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz")
md5sums=('a222f9eecb03919cdff8c7cdca23ba32')
build() {
cd $startdir/src/Authen-SASL-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
make || return 1
make pure_install doc_install DESTDIR=$startdir/pkg || return 1
find $startdir/pkg -name '.packlist' -delete
find $startdir/pkg -name '*.pod' -delete
}