milis/talimatname/genel/l/libabw/talimat

21 lines
556 B
Plaintext
Raw Normal View History

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