summaryrefslogtreecommitdiff
path: root/p5-extutils-depends/Pkgfile
blob: 2e1e2b2585ba36c693b802fefcd46d93c6c33563 (plain)
    1 # Description: Perl bindings for depends
    2 # URL: https://metacpan.org/pod/ExtUtils::Depends
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on:  p5-xml-parser
    5 
    6 name=p5-extutils-depends
    7 version=0.8001
    8 release=1
    9 source=(https://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-$version.tar.gz)
   10 
   11 build() {
   12   cd ExtUtils-Depends-$version
   13   perl Makefile.PL
   14 
   15   make OPTIMIZE="$CFLAGS"
   16   make install DESTDIR=$PKG
   17 
   18   find $PKG -type f -a ! -perm -u+w | xargs chmod u+w
   19   find $PKG \
   20     -name perllocal.pod \
   21     -o -name "*.bs" \
   22     -o -name .packlist | xargs rm
   23   find $PKG -empty | xargs rmdir -p ||:
   24 }

Generated by cgit