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

20 lines
459 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:
_name=TermReadKey
name=perl-term-readkey
version=2.33
release=1
source=(http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/$_name-$version.tar.gz)
derle() {
cd $_name-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name .packlist -o -name perllocal.pod -exec rm '{}' \;
}