p5-readonly: dropped unmaintained port

This commit is contained in:
Danny Rawlins 2012-11-19 00:51:12 +11:00
parent 8d23e5528d
commit a44d5c2915
3 changed files with 0 additions and 35 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.8.8/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/Readonly.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/benchmark.pl
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/Readonly.3pm.gz

View File

@ -1 +0,0 @@
0acef3a995ac9ecf575f66a726d638f4 Readonly-1.03.tar.gz

View File

@ -1,24 +0,0 @@
# Description: Perl library Readonly
# URL: http://search.cpan.org/~roode/
# Maintainer: Simon Glossner, viper at hometux dot de
# Packager: Simon Glossner, viper at hometux dot de
name=p5-readonly
version=1.03
release=1
source=(http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/Readonly-$version.tar.gz)
build() {
cd Readonly-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG \
-name .packlist -or \
-name perllocal.pod -or \
-name '*.bs' -or \
-name autosplit.ix | xargs rm
find $PKG -depth -empty -exec rm -rf {} \;
}