milis/talimatname/genel/p/perl-test-pod/talimat

23 lines
592 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Dosyalardaki POD hatalarını kontrol etme
2017-04-10 16:33:02 +03:00
# URL: http://search.cpan.org/dist/Test-Pod/
2017-10-27 21:46:27 +03:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler:
2016-11-13 02:08:33 +02:00
2017-10-28 15:10:23 +03:00
isim=perl-test-pod
surum=1.51
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Pod-$surum.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd Test-Pod-$surum
2016-02-24 02:27:23 +02:00
perl Makefile.PL
make OPTIMIZE="$CFLAGS" || exit 1
make install INSTALLDIRS=vendor DESTDIR=$PKG || exit 1
# Remove perllocal.pod and .packlist if present in the package
for i in perllocal.pod .packlist; do
find $PKG -name "$i" -exec rm -rf {} \;
done
}