wok view pangomm/receipt @ rev 11233

Up iron-linux (14.0.850.0)
author Paul Issott <paul@slitaz.org>
date Sun Nov 06 09:51:48 2011 +0000 (2011-11-06)
parents 594242fe0541
children c4884f4da7e8
line source
1 # SliTaz package receipt.
3 PACKAGE="pangomm"
4 VERSION="2.28.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Pango binding for GTKmm."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base"
9 BUILD_DEPENDS="cairomm-dev glibmm-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.gnome.org/"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --disable-documentation \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
30 }