milis/talimatname/genel/l/libabw/talimat

22 lines
576 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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