18 lines
408 B
Plaintext
18 lines
408 B
Plaintext
|
# 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
|
||
|
# Depends on:libwpd boost mdds libixion
|
||
|
|
||
|
name=liborcus
|
||
|
version=0.12.1
|
||
|
release=1
|
||
|
|
||
|
source=(https://kohei.us/files/orcus/src/$name-$version.tar.xz)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
./configure --prefix=/usr
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|