milis/talimatname/genel/p/perl-extutils-depends/talimat

23 lines
524 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: XS uzantılarına bağlı XS uzantılarını kolayca oluşturun
2017-04-07 16:23:30 +03:00
# URL: http://search.cpan.org/~flora/ExtUtils-Depends-0.304/lib/ExtUtils/Depends.pm
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler:
2016-03-02 17:12:51 +02:00
2017-10-28 15:10:23 +03:00
isim=perl-extutils-depends
surum=0.304
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Depends-$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 ExtUtils-Depends-$surum
2016-02-24 02:27:23 +02:00
perl Makefile.PL
make
make DESTDIR=$PKG install
find $PKG \
-name perllocal.pod \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}