1 # CPAN Name : ExtUtils::F77
2 # Contributor: Anton Leontiev <bunder /at/ t-25.ru>
3 # Generator : CPANPLUS::Dist::Arch 1.15
5 pkgname=perl-extutils-f77
8 pkgdesc="Perl module providing simple interface to F77 libraries"
10 url="http://search.cpan.org/dist/ExtUtils-F77"
11 license=("PerlArtistic" "GPL")
12 depends=("perl" "gcc-fortran")
13 source=(http://search.cpan.org/CPAN/authors/id/K/KG/KGB/ExtUtils-F77-1.17.tar.gz)
15 md5sums=("c0143b5342587ed2ee5db3f6cfb9cc13")
18 cd "$srcdir/ExtUtils-F77-1.17"
19 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
24 cd "$srcdir/ExtUtils-F77-1.17"
29 cd "$srcdir/ExtUtils-F77-1.17"
30 make install DESTDIR="$pkgdir"
31 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete