wok annotate cairomm/receipt @ rev 20295

Add python-humanize, python-pyajam, python-paho-mqtt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 25 16:08:37 2018 +0200 (2018-04-25)
parents fb0aa6c6be68
children a78610b2eb47
rev   line source
pankso@833 1 # SliTaz package receipt.
pankso@833 2
pankso@833 3 PACKAGE="cairomm"
devl547@17568 4 VERSION="1.11.2"
pankso@833 5 CATEGORY="x-window"
pankso@833 6 SHORT_DESC="2D graphics library (mm)."
pankso@833 7 MAINTAINER="pankso@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
pankso@833 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@833 10 WEB_SITE="http://www.cairographics.org/"
pankso@833 11 WGET_URL="http://cairographics.org/releases/$TARBALL"
pankso@833 12
pankso@9779 13 DEPENDS="pixman cairo libsigc++ xcb-util"
pascal@15220 14 BUILD_DEPENDS="pixman-dev cairo-dev libsigc++-dev xcb-util-dev libxml2-dev"
pankso@9779 15
pankso@833 16 # Rules to configure and make the package.
pankso@833 17 compile_rules()
pankso@833 18 {
slaxemulator@12598 19 cd $src
slaxemulator@12598 20 ./configure $CONFIGURE_ARGS &&
slaxemulator@12598 21 make && make install
pankso@833 22 }
pankso@833 23
pankso@833 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@833 25 genpkg_rules()
pankso@833 26 {
pankso@833 27 mkdir -p $fs/usr/lib
slaxemulator@12598 28 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@833 29 }