talimat 615 B

1234567891011121314151617181920212223242526
  1. # Tanım: Temel sınıf SAX Sürücüleri ve Filtreleri
  2. # URL: http://search.cpan.org/dist/XML-SAX-Base
  3. # Paketçi: milisarge
  4. # Gerekler:
  5. # Grup: sistem
  6. isim=perl-xml-sax-base
  7. surum=1.08
  8. devir=1
  9. kaynak=(
  10. http://www.cpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-$surum.tar.gz)
  11. derle() {
  12. cd XML-SAX-Base-$surum
  13. perl Makefile.PL
  14. make OPTIMIZE="$CFLAGS" || exit 1
  15. make test
  16. make install INSTALLDIRS=vendor DESTDIR=$PKG || exit 1
  17. # Remove perllocal.pod and .packlist if present in the package
  18. for i in perllocal.pod .packlist; do
  19. find $PKG -name "$i" -exec rm -rf {} \;
  20. done
  21. }