wok diff pango/receipt @ rev 1137

Fix post_install for subdir install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 24 12:27:06 2008 +0000 (2008-07-24)
parents a7b1ce5fbb22
children 4da89e6150fe
line diff
     1.1 --- a/pango/receipt	Tue Apr 15 00:55:32 2008 +0200
     1.2 +++ b/pango/receipt	Thu Jul 24 12:27:06 2008 +0000
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pango"
     1.7 -VERSION="1.18.4"
     1.8 +VERSION="1.20.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Library for layout and rendering of text."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  BUILD_DEPENDS="cairo-dev glib-dev expat-dev libxml2-dev"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.pango.org/"
    1.15 -WGET_URL="ftp://ftp.gtk.org/pub/pango/1.18/$TARBALL"
    1.16 +WGET_URL="ftp://ftp.gtk.org/pub/pango/1.20/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()