p5-extutils-depends: new maintainer

This commit is contained in:
John Vogel 2018-02-18 06:07:21 -05:00
parent 995c69f5fa
commit 4efba6f449
2 changed files with 15 additions and 16 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF394GlX6q8CrvQ4GODvZ0e06oLv3WnE3DHtFpv5yW06xPJNXusa+n1wKZSWLSrCkIs8TSiW4uOwuXV97+3l024wo=
SHA256 (Pkgfile) = 4f40e48b0e8c194c784f80e837945901601991f0e14fadbd39426bf46da36a99
RWSagIOpLGJF31nRWaU7r9nrpWK5KxUQkbIFBEihCTXS6y2Stxi1iZXCFgOuZr0tYggGfr0qYsRC2SP+DMBtcL5acGZuhNhWoAI=
SHA256 (Pkgfile) = c40caa17e9b1b84f61f15c1cbf6b86bb73fc5528d6364a86c28d4c09e7225e76
SHA256 (.footprint) = dfdab6ae7912be356e69212127e28b24920431a46e395954bd4586d7ffee5436
SHA256 (ExtUtils-Depends-0.405.tar.gz) = 8ad6401ad7559b03ceda1fe4b191c95f417bdec7c542a984761a4656715a8a2c

View File

@ -1,24 +1,23 @@
# Description: Perl bindings for depends
# URL: http://www.cpan.org/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: p5-xml-parser
# URL: https://www.cpan.org/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: p5-xml-parser
name=p5-extutils-depends
version=0.405
release=1
source=(http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-$version.tar.gz)
source=(https://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-$version.tar.gz)
build() {
cd ExtUtils-Depends-$version
perl Makefile.PL
cd ExtUtils-Depends-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}