milis/talimatname/genel/p/perl-ipc-run/talimat

27 lines
709 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: IPC::Run, dosyaları, boruları ve sözde tty'leri kullanarak alt süreçleri çalıştırmanıza ve etkileşime girmenizi sağlar.
2017-04-10 10:29:02 +02:00
# URL: http://search.cpan.org/dist/IPC-Run
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: perl-io-tty
2017-04-10 10:29:02 +02:00
2017-10-28 14:10:23 +02:00
isim=perl-ipc-run
surum=0.92
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd IPC-Run-$surum
2016-02-24 01:27:23 +01:00
perl Makefile.PL
make OPTIMIZE="$CFLAGS" || exit 1
make install INSTALLDIRS=vendor DESTDIR=$PKG || exit 1
# Remove perllocal.pod and .packlist if present in the package
for i in perllocal.pod .packlist; do
find $PKG -name "$i" -exec rm -rf {} \;
done
}
# NuTyX Pkgfile (http://nutyx.org)