wok view cairomm/receipt @ rev 22737

updated dolibarr (9.0.0 -> 10.0.6)
author Hans-G?nter Theisgen
date Fri Jan 24 07:09:03 2020 +0100 (2020-01-24)
parents c58c15b980d0
children 68cf96abc146
line source
1 # SliTaz package receipt.
3 PACKAGE="cairomm"
4 VERSION="1.11.2"
5 CATEGORY="x-window"
6 SHORT_DESC="2D graphics library (mm)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://www.cairographics.org/"
11 WGET_URL="http://cairographics.org/releases/$TARBALL"
13 DEPENDS="pixman cairo libsigc++ xcb-util"
14 BUILD_DEPENDS="pixman-dev cairo-dev libsigc++-dev xcb-util-dev libxml2-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }