milis/talimatname/genel/libcdr/talimat

18 lines
430 B
Plaintext
Raw Normal View History

2017-09-21 21:25:25 +02:00
# 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
}