wok view cairomm/receipt @ rev 9932

gpa: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 00:09:49 2011 +0200 (2011-05-18)
parents 45acb69c4967
children 4094c708495a
line source
1 # SliTaz package receipt.
3 PACKAGE="cairomm"
4 VERSION="1.9.8"
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 && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
27 }