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

23 lines
592 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Dosyalardaki POD hatalarını kontrol etme
2017-04-10 15:33:02 +02:00
# URL: http://search.cpan.org/dist/Test-Pod/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler:
2016-11-13 01:08:33 +01:00
2017-10-28 14:10:23 +02:00
isim=perl-test-pod
surum=1.51
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Pod-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd Test-Pod-$surum
2016-02-24 01:27:23 +01: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
}