2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Elektronik tablo belgelerinin dosya içe aktarma filtresi kütüphanesi.
|
|
|
|
|
# URL: https://gitlab.com/orcus/orcus/blob/master/README.md
|
|
|
|
|
# Paketçi: Cihan Alkan
|
|
|
|
|
# Gerekler: libwpd boost mdds libixion
|
2018-08-08 14:18:27 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=liborcus
|
|
|
|
|
surum=0.13.3
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(https://kohei.us/files/orcus/src/$isim-$surum.tar.xz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
[ ! -f /usr/lib/pkgconfig/python3.pc ] && ln -s /usr/lib/pkgconfig/python-3.5.pc /usr/lib/pkgconfig/python3.pc
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
rm -f /usr/lib/pkgconfig/python3.pc
|
|
|
|
|
}
|