milis/talimatname/genel/l/liborcus/talimat

20 lines
544 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Elektronik tablo belgelerinin dosya içe aktarma filtresi kütüphanesi.
2017-09-10 19:50:05 +02:00
# URL: https://gitlab.com/orcus/orcus/blob/master/README.md
2017-10-27 20:46:27 +02:00
# Paketçi: Cihan Alkan
# Gerekler: libwpd boost mdds libixion
2017-09-10 19:50:05 +02:00
2017-10-28 14:10:23 +02:00
isim=liborcus
surum=0.12.1
devir=1
2017-09-10 19:50:05 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(https://kohei.us/files/orcus/src/$isim-$surum.tar.xz)
2017-09-10 19:50:05 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-09-10 21:53:21 +02:00
[ ! -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
2017-09-10 19:50:05 +02:00
}