p5-file-slurp: nothing depends on this

This commit is contained in:
Danny Rawlins 2014-12-13 23:05:26 +11:00
parent e20ee95d8b
commit 200df4c6a5
3 changed files with 0 additions and 39 deletions

View File

@ -1,10 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.16/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.16/File/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.16/File/Slurp.pm
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/File::Slurp.3pm.gz

View File

@ -1 +0,0 @@
7d584cd15c4f8b9547765eff8c4ef078 File-Slurp-9999.19.tar.gz

View File

@ -1,28 +0,0 @@
# Description: Efficient Reading/Writing of Complete Files.
# URL: http://search.cpan.org/~drolsky/File-Slurp-9999.13/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Younes Hafri, ycrux at club dash internet dot fr
# Depends on:
name=p5-file-slurp
version=9999.19
release=1
source=(http://www.cpan.org/modules/by-module/File/File-Slurp-$version.tar.gz)
build() {
cd File-Slurp-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
# Remove perlcrap
find $PKG \
\( -name '.packlist' -or \
-name '*.bs' -or \
-name 'autosplit.ix' -or \
-name 'perllocal.pod' \) -delete
# Remove empty directories
find $PKG -depth -empty -exec rm -rf {} \;
}