2018-06-09 00:06:58 +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.
|
|
|
|
|
# URL: http://search.cpan.org/dist/IPC-Run
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: perl-io-tty
|
2018-07-31 08:57:28 +02:00
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=perl-ipc-run
|
|
|
|
|
surum=0.92
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd IPC-Run-$surum
|
|
|
|
|
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)
|