wok-stable diff pangomm/receipt @ rev 3698
fix id3tag.pc
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Jul 17 07:52:06 2009 +0000 (2009-07-17) |
parents | e97c81ccdba0 |
children | f3327707164a |
line diff
1.1 --- a/pangomm/receipt Sat Apr 11 09:57:12 2009 +0000 1.2 +++ b/pangomm/receipt Fri Jul 17 07:52:06 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pangomm" 1.7 -VERSION="2.14.1" 1.8 +VERSION="2.24.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Pango binding for GTKmm." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 BUILD_DEPENDS="pixman-dev cairomm-dev glibmm-dev libgiomm-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/pangomm/" 1.16 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/pangomm/2.14/$TARBALL" 1.17 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/pangomm/2.24/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -18,7 +18,6 @@ 1.22 ./configure \ 1.23 --prefix=/usr \ 1.24 --mandir=/usr/share/man \ 1.25 - --with-html-dir=/usr/share/doc \ 1.26 $CONFIGURE_ARGS && 1.27 make && 1.28 make DESTDIR=$PWD/_pkg install