2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Basit uç kontrolü için bir perl modülü
|
|
|
|
|
# URL: http://search.cpan.org/~jstowe/TermReadKey-2.33/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler:
|
2018-07-31 09:17:02 +02:00
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
_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 '{}' \;
|
|
|
|
|
}
|