wok-next view libvisio/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 8b5b2a6d07b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libvisio"
4 VERSION="0.1.6"
5 CATEGORY="graphics"
6 SHORT_DESC="Interpret and import visio diagrams"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL"
9 WEB_SITE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://dev-www.libreoffice.org/src/libvisio/$TARBALL"
14 BUILD_DEPENDS="librevenge-dev libxml2-dev icu-dev boost-dev cppunit-dev \
15 doxygen perl gperf"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libvisio)
28 copy @std
29 DEPENDS="libicu librevenge libxml2"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="libvisio icu-dev librevenge-dev libxml2-dev"
34 ;;
35 esac
36 }