wok-next view libcdr/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libcdr"
4 VERSION="0.1.4"
5 CATEGORY="graphics"
6 SHORT_DESC="CorelDraw file format importer library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2 LGPL2.1 MPL"
9 WEB_SITE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://dev-www.libreoffice.org/src/libcdr/$TARBALL"
14 BUILD_DEPENDS="librevenge-dev lcms2-dev icu-dev boost-dev cppunit-dev \
15 doxygen"
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 libcdr)
28 copy @std
29 DEPENDS="icu liblcms2 libicu librevenge zlib"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="libcdr icu-dev lcms2-dev librevenge-dev zlib-dev"
34 ;;
35 esac
36 }