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

22 lines
463 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Düşük düzey HTTP bağlantısı (istemci)
2016-02-24 01:27:23 +01:00
# URL: http://search.cpan.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-04-10 15:14:31 +02:00
2016-02-24 01:27:23 +01:00
name=perl-net-http
version=6.06
release=1
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd Net-HTTP-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}