20 lines
544 B
Plaintext
20 lines
544 B
Plaintext
# 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
|
||
|
||
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
|
||
}
|