wok-stable annotate pangomm/receipt @ rev 4276
minicom: fix build with glibc-2.10
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 26 00:15:15 2009 +0200 (2009-09-26) |
parents | e97c81ccdba0 |
children | f3327707164a |
rev | line source |
---|---|
pankso@2541 | 1 # SliTaz package receipt. |
pankso@2541 | 2 |
pankso@2541 | 3 PACKAGE="pangomm" |
pankso@3069 | 4 VERSION="2.24.0" |
pankso@2541 | 5 CATEGORY="x-window" |
pankso@2541 | 6 SHORT_DESC="Pango binding for GTKmm." |
pankso@2541 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@2608 | 8 DEPENDS="pixman cairomm glibmm libgiomm pango" |
pankso@2541 | 9 BUILD_DEPENDS="pixman-dev cairomm-dev glibmm-dev libgiomm-dev" |
pankso@2541 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@2541 | 11 WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/pangomm/" |
pankso@3069 | 12 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/pangomm/2.24/$TARBALL" |
pankso@2541 | 13 |
pankso@2541 | 14 # Rules to configure and make the package. |
pankso@2541 | 15 compile_rules() |
pankso@2541 | 16 { |
pankso@2541 | 17 cd $src |
pankso@2541 | 18 ./configure \ |
pankso@2541 | 19 --prefix=/usr \ |
pankso@2541 | 20 --mandir=/usr/share/man \ |
pankso@2541 | 21 $CONFIGURE_ARGS && |
pankso@2541 | 22 make && |
pankso@2541 | 23 make DESTDIR=$PWD/_pkg install |
pankso@2541 | 24 } |
pankso@2541 | 25 |
pankso@2541 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2541 | 27 genpkg_rules() |
pankso@2541 | 28 { |
pankso@2541 | 29 mkdir -p $fs/usr/lib |
pankso@2541 | 30 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pankso@2541 | 31 } |