liborcus.guncellendi
This commit is contained in:
parent
4af3ec5202
commit
d26d884536
|
@ -0,0 +1,17 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in New Issue