21 lines
556 B
Plaintext
21 lines
556 B
Plaintext
|
# 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
|
|||
|
|
|||
|
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
|
|||
|
}
|