milis/talimatname/genel/p/perl-module-build/talimat

20 lines
431 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Perl modülü binası
# URL:http://search.cpan.org/~leont/Module-Build-0.4216
# Paketçi: milisarge
# Gerekler:
_isim=Module-Build
isim=perl-module-build
surum=0.4216
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_name-$surum.tar.gz)
derle() {
cd $_name-$surum
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name .packlist -o -name perllocal.pod -exec rm '{}' \;
}