wok view pangomm/receipt @ rev 9595

Add gens-gs back in. It was fixed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 12 16:24:21 2011 +0000 (2011-04-12)
parents 3e8c27adff23
children 02ea5970d0c3
line source
1 # SliTaz package receipt.
3 PACKAGE="pangomm"
4 VERSION="2.28.1"
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.gnome.org/"
11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure \
18 --disable-documentation &&
19 make &&
20 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 }