talimat 576 B

12345678910111213141516171819202122
  1. # Tanım: AbiWord belgelerinin dosya formatını ayrıştıran bir kütüphane
  2. # URL: https://wiki.documentfoundation.org/DLP/Libraries/libabw
  3. # Paketçi: Cihan Alkan
  4. # Gerekler: libxml2 librevenge doxygen boost
  5. # Grup: kütüphane
  6. isim=libabw
  7. surum=0.1.1
  8. devir=1
  9. kaynak=(https://dev-www.libreoffice.org/src/$isim/$isim-$surum.tar.xz
  10. https://github.com/LibreOffice/libabw/commit/ee2d0729.patch::libabw-boost-1.59.patch)
  11. derle() {
  12. cd $isim-$surum
  13. patch -p1 -i $SRC/libabw-boost-1.59.patch
  14. autoreconf -vi
  15. ./configure --prefix=/usr
  16. make
  17. make DESTDIR=$PKG install
  18. }