contrib/p5-cpan-distnameinfo/Pkgfile

21 lines
620 B
Plaintext
Raw Normal View History

2016-03-08 07:58:01 +01:00
# Description: Extract distribution name and version from a distribution filename
# URL: http://github.com/gbarr/CPAN-DistnameInfo
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: perl
name=p5-cpan-distnameinfo
version=0.12
release=2
2016-03-08 07:58:01 +01:00
source=(http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/CPAN-DistnameInfo-0.12.tar.gz)
build(){
cd CPAN-DistnameInfo-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS" DESTDIR="$PKG" install
find "$PKG" -depth \
-type f \( -name .packlist -o -name \*.bs -o -name autosplit.ix -o -name perllocal.pod \) -delete , \
-type d -empty -exec rmdir {} +
}