libreofis
This commit is contained in:
parent
8a43258969
commit
09b3abe687
|
@ -0,0 +1,17 @@
|
||||||
|
# Description: LibreOffice için CorelDraw dosya biçimi ithalatçı kütüphanesi
|
||||||
|
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libcdr
|
||||||
|
# Packager: Cihan Alkan
|
||||||
|
# Depends on: doxygen libwpd boost librevenge icu lcms2
|
||||||
|
|
||||||
|
name=libcdr
|
||||||
|
version=0.1.3
|
||||||
|
release=1
|
||||||
|
|
||||||
|
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
|
@ -4,7 +4,7 @@
|
||||||
# Depends on: boost mdds python3
|
# Depends on: boost mdds python3
|
||||||
|
|
||||||
name=libixion
|
name=libixion
|
||||||
version=0.13.0
|
version=0.12.2
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(http://kohei.us/files/ixion/src/libixion-$version.tar.xz)
|
source=(http://kohei.us/files/ixion/src/libixion-$version.tar.xz)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Depends on: libwpd boost mdds libixion
|
# Depends on: libwpd boost mdds libixion
|
||||||
|
|
||||||
name=liborcus
|
name=liborcus
|
||||||
version=0.13.0
|
version=0.12.1
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(https://kohei.us/files/orcus/src/$name-$version.tar.xz)
|
source=(https://kohei.us/files/orcus/src/$name-$version.tar.xz)
|
||||||
|
|
Loading…
Reference in New Issue