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

20 lines
502 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Bu modül, argümanlarından geçip sonuç olarak bir dizge üreten birkaç işlev sunar.
# URL: http://search.cpan.org/~gaas/Data-Dump-1.23/lib/Data/Dump.pm
# Paketçi: milisarge
# Gerekler:
_isim=Data-Dump
isim=perl-data-dump
surum=1.23
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_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 '{}' \;
}