milis/talimatname/genel/p/perl-uri/talimat

23 lines
461 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: Tekdüzen Kaynak Tanımlayıcıları (mutlak ve göreceli)
# URL: http://search.cpan.org/~gaas/URI-1.60/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=perl-uri
surum=1.67
devir=1
kaynak=(http://www.cpan.org/authors/id/E/ET/ETHER/URI-$surum.tar.gz)
derle() {
cd URI-$surum
perl Makefile.PL
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}