milis/talimatname/genel/p/perl-term-readkey/talimat

20 lines
451 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: Basit uç kontrolü için bir perl modülü
# URL: http://search.cpan.org/~jstowe/TermReadKey-2.33/
# Paketçi: milisarge
# Gerekler:
_isim=TermReadKey
isim=perl-term-readkey
surum=2.33
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/$_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 '{}' \;
}