talimat 643 B

123456789101112131415161718192021222324
  1. # Tanım: Genel ad alanı yardımcıları (SAX2'den aktarılan)
  2. # URL: http://search.cpan.org/dist/XML-NamespaceSupport
  3. # Paketçi: milisarge
  4. # Gerekler:
  5. # Grup: sistem
  6. isim=perl-xml-namespacesupport
  7. surum=1.11
  8. devir=1
  9. kaynak=( http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-$surum.tar.gz)
  10. derle() {
  11. cd XML-NamespaceSupport-$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. }