wok diff pango-dev/receipt @ rev 1757

Up: bison (2.4)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Nov 24 22:09:23 2008 +0100 (2008-11-24)
parents a7b1ce5fbb22
children 898be17464be
line diff
     1.1 --- a/pango-dev/receipt	Tue Apr 15 00:55:32 2008 +0200
     1.2 +++ b/pango-dev/receipt	Mon Nov 24 22:09:23 2008 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pango-dev"
     1.7 -VERSION="1.18.4"
     1.8 +VERSION="1.20.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Library for layout and rendering of text devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -18,14 +18,3 @@
    1.13      cp -a $_pkg/usr/lib/pango $fs/usr/lib
    1.14      rm -rf $fs/usr/lib/pango/1.6.0/modules/*.so
    1.15  }
    1.16 -
    1.17 -# Pre and post install commands for Tazpkg.
    1.18 -post_install()
    1.19 -{
    1.20 -    local root
    1.21 -    root=$1
    1.22 -    echo "Processing post-install commands..."
    1.23 -    # Rebuils pango.modules when installed.
    1.24 -    pango-querymodules > $root/etc/pango/pango.modules
    1.25 -}
    1.26 -SELF_INSTALL=1