wok view cairomm/receipt @ rev 12490

gparted: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 11:37:50 2012 +0200 (2012-04-24)
parents 046f53ee26fd
children b531cc88d741
line source
1 # SliTaz package receipt.
3 PACKAGE="cairomm"
4 VERSION="1.10.0"
5 CATEGORY="x-window"
6 SHORT_DESC="2D graphics library (mm)."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.cairographics.org/"
10 WGET_URL="http://cairographics.org/releases/$TARBALL"
12 DEPENDS="pixman cairo libsigc++ xcb-util"
13 BUILD_DEPENDS="pixman-dev cairo-dev libsigc++-dev xcb-util-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
28 }