talimat 618 B

12345678910111213141516171819202122232425262728
  1. # Tanım: TTY'lere ve PTY'lere bir arayüz sağlama
  2. # URL: http://search.cpan.org/dist/IO-Tty/
  3. # Paketçi: milisarge
  4. # Gerekler:
  5. # Grup: sistem
  6. isim=perl-io-tty
  7. surum=1.11
  8. devir=1
  9. kaynak=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$surum.tar.gz)
  10. derle() {
  11. cd IO-Tty-$surum
  12. perl Makefile.PL
  13. make OPTIMIZE="$CFLAGS" || exit 1
  14. make install INSTALLDIRS=vendor DESTDIR=$PKG || exit 1
  15. # Remove perllocal.pod and .packlist if present in the package
  16. for i in perllocal.pod .packlist; do
  17. find $PKG -name "$i" -exec rm -rf {} \;
  18. done
  19. }
  20. # NuTyX Pkgfile (http://nutyx.org)