milis/talimatname/genel/p/perl-net-http/talimat

22 lines
455 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Düşük düzey HTTP bağlantısı (istemci)
2016-02-24 02:27:23 +02:00
# URL: http://search.cpan.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler:
2017-04-10 16:14:31 +03:00
2017-10-28 15:10:23 +03:00
isim=perl-net-http
surum=6.06
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/G/GA/GAAS/Net-HTTP-$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 Net-HTTP-$surum
2016-02-24 02:27:23 +02:00
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}