milis/talimatname/genel/l/libetonyek/talimat

26 lines
820 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: Apple Keynote sunumlarını okumak ve dönüştürmek için kullanılan kütüphane ve araçlar
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
# Paketçi: Cihan Alkan
# Gerekler: libxml2 boost librevenge doxygen mdds libwpd liblangtag glm
isim=libetonyek
surum=0.1.6
devir=1
kaynak=(https://dev-www.libreoffice.org/src/$isim/$isim-$surum.tar.xz
0001-Allow-building-with-mdds-1.2.patch
0001-drop-test-that-violates-Unicode-tr-35.patch
0001-fix-test-on-i686.patch)
derle() {
cd $isim-$surum
patch -Np1 -i ../0001-Allow-building-with-mdds-1.2.patch
patch -Np1 -i ../0001-drop-test-that-violates-Unicode-tr-35.patch
patch -Np1 -i ../0001-fix-test-on-i686.patch
autoreconf -vfi
./configure --prefix=/usr --with-mdds=1.2
make
make DESTDIR=$PKG install
}