26 lines
835 B
Plaintext
26 lines
835 B
Plaintext
|
# Description: 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
|
|||
|
# Packager: Cihan Alkan
|
|||
|
# Depends on: libxml2 boost librevenge doxygen mdds libwpd liblangtag glm
|
|||
|
|
|||
|
name=libetonyek
|
|||
|
version=0.1.6
|
|||
|
release=1
|
|||
|
|
|||
|
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.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)
|
|||
|
|
|||
|
build() {
|
|||
|
cd $name-$version
|
|||
|
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
|
|||
|
}
|