2019-08-11 11:14:02 +02:00
|
|
|
# Description: a library for import of Aldus/Macromedia/Adobe FreeHand documents
|
|
|
|
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libfreehand
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: lcms2 librevenge icu
|
|
|
|
|
|
|
|
name=libfreehand
|
|
|
|
version=0.1.2
|
2019-12-20 21:12:48 +01:00
|
|
|
release=3
|
|
|
|
source=(https://dev-www.libreoffice.org/src/libfreehand/$name-$version.tar.xz
|
|
|
|
0001-Add-missing-semicolon-to-fix-build-with-icu-65.1.patch)
|
2019-08-11 11:14:02 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2019-12-20 21:12:48 +01:00
|
|
|
patch -Np1 -i $SRC/0001-Add-missing-semicolon-to-fix-build-with-icu-65.1.patch
|
2019-08-11 11:14:02 +02:00
|
|
|
./configure --prefix=/usr \
|
2019-08-18 09:28:00 +00:00
|
|
|
--disable-werror \
|
|
|
|
--without-docs
|
2019-08-11 11:14:02 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|