talimat 654 B

1234567891011121314151617181920212223
  1. # Tanım: Log4j A C++ kütüphaneleri için
  2. # URL: http://logging.apache.org/log4cxx
  3. # Paketçi: milisarge
  4. # Gerekler: zip apr-util libxml2
  5. # Grup: kütüphane
  6. isim=log4cxx
  7. surum=0.10.0
  8. devir=1
  9. kaynak=(http://archive.apache.org/dist/logging/log4cxx/${surum}/apache-log4cxx-${surum}.tar.gz
  10. log4cxx-${surum}-missing_includes.patch
  11. log4cxx-${surum}-narrowing-fixes-from-upstream.patch)
  12. derle() {
  13. cd "$SRC/apache-$isim-$surum"
  14. patch -p1 < $SRC/log4cxx-0.10.0-missing_includes.patch
  15. patch -p1 < $SRC/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
  16. #./autogen.sh
  17. ./configure --prefix=/usr --disable-static
  18. make
  19. make DESTDIR="$PKG/" install
  20. }