milis/talimatname/genel/l/libabw/talimat

21 lines
564 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
name=libabw
version=0.1.1
release=1
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz
https://github.com/LibreOffice/libabw/commit/ee2d0729.patch::libabw-boost-1.59.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/libabw-boost-1.59.patch
autoreconf -vi
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}