diff --git a/common/shlibs b/common/shlibs index 17490185428..8219e2ff298 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2357,3 +2357,4 @@ libunicorn.so.0 unicorn-0.9_1 libglyphy.so.0 glyphy-0.0.20160104_1 libpodofo.so.0.9.3 podofo-0.9.3_1 libSwiften.so.0 swiften-2.0_1 +libfreehand-0.1.so.1 libfreehand-0.1.1_1 diff --git a/srcpkgs/libfreehand-devel b/srcpkgs/libfreehand-devel new file mode 120000 index 00000000000..007c73f117f --- /dev/null +++ b/srcpkgs/libfreehand-devel @@ -0,0 +1 @@ +libfreehand \ No newline at end of file diff --git a/srcpkgs/libfreehand/template b/srcpkgs/libfreehand/template new file mode 100644 index 00000000000..e56f7d8460c --- /dev/null +++ b/srcpkgs/libfreehand/template @@ -0,0 +1,28 @@ +# Template file for 'libfreehand' +pkgname=libfreehand +version=0.1.1 +revision=1 +build_style=gnu-configure +hostmakedepends="doxygen gperf perl pkg-config" +makedepends="icu-devel lcms2-devel librevenge-devel" +short_desc="Parser for Aldus/Macromedia/Adobe FreeHand documents" +maintainer="Jürgen Buchmüller " +license="MPL-2.0" +homepage="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand" +distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.xz" +checksum=ec6676d0c63f7feac7801a1fe18dd7abe9044b39c3882fc99b9afef39bdf1d30 + +post_install() { + vlicense COPYING +} + +libfreehand-devel_package() { + short_desc+=" - development files" + depends="${pkgname}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/lib/*.so + vmove usr/share/doc + } +}