milis/talimatname/genel/p/perl-data-dump/talimat

20 lines
502 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Bu modül, argümanlarından geçip sonuç olarak bir dizge üreten birkaç işlev sunar.
2017-04-07 11:56:52 +03:00
# URL: http://search.cpan.org/~gaas/Data-Dump-1.23/lib/Data/Dump.pm
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler:
2016-04-16 15:17:00 +03:00
2017-10-28 15:10:23 +03:00
_isim=Data-Dump
isim=perl-data-dump
surum=1.23
devir=1
2016-04-16 15:17:00 +03:00
2017-10-28 15:10:23 +03:00
kaynak=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_name-$surum.tar.gz)
2016-04-16 15:17:00 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $_name-$surum
2016-04-16 15:17:00 +03:00
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name .packlist -o -name perllocal.pod -exec rm '{}' \;
}