28 lines
724 B
Plaintext
28 lines
724 B
Plaintext
# 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
|
||
# Grup: sistem
|
||
|
||
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)
|