wok view cairomm/receipt @ rev 9614

Add libassuan to libassuan-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Apr 17 15:18:47 2011 +0000 (2011-04-17)
parents efb6fe9257f8
children 046f53ee26fd
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 DEPENDS="pixman cairo libsigc++ xcb-util gcc-lib-base"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.cairographics.org/"
11 WGET_URL="http://cairographics.org/releases/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure && make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/lib
24 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
25 }