milis/talimatname/genel/l/liborcus/talimat

20 lines
559 B
Plaintext
Raw Normal View History

2017-09-10 19:50:05 +02:00
# Description: Elektronik tablo belgelerinin dosya içe aktarma filtresi kütüphanesi.
# URL: https://gitlab.com/orcus/orcus/blob/master/README.md
# Packager: Cihan Alkan
2017-09-10 20:12:19 +02:00
# Depends on: libwpd boost mdds libixion
2017-09-10 19:50:05 +02:00
name=liborcus
2017-09-21 21:25:25 +02:00
version=0.12.1
2017-09-10 19:50:05 +02:00
release=1
source=(https://kohei.us/files/orcus/src/$name-$version.tar.xz)
build() {
2017-09-10 21:53:21 +02:00
cd $name-$version
[ ! -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
}