1 # Contributor: Anton Leontiev <bunder /at/ t-25.ru>
2 pkgname=perl-algorithm-permute
5 pkgdesc="Perl module for handy and fast permutations with object oriented interface"
8 url="http://search.cpan.org/dist/Algorithm-Permute/"
11 source=(http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/Algorithm-Permute-$pkgver.tar.gz)
12 md5sums=("93c9e11af9511390379720fe046fb960")
15 cd "$srcdir/Algorithm-Permute-$pkgver"
16 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
21 cd "$srcdir/Algorithm-Permute-$pkgver"
26 cd "$srcdir/Algorithm-Permute-$pkgver"
27 make install DESTDIR="$pkgdir"