wok diff 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 diff
     1.1 --- a/pangomm/receipt	Sun Feb 06 15:10:47 2011 +0000
     1.2 +++ b/pangomm/receipt	Tue Apr 12 16:24:21 2011 +0000
     1.3 @@ -1,27 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pangomm"
     1.7 -VERSION="2.26.3"
     1.8 +VERSION="2.28.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Pango binding for GTKmm."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base"
    1.13 -BUILD_DEPENDS="pixman-dev cairomm-dev glibmm-dev libgiomm-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.gnome.org/"
    1.16 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22      cd $src
    1.23      ./configure \
    1.24 -    	--prefix=/usr \
    1.25 -    	--mandir=/usr/share/man \
    1.26 -	--disable-documentation \
    1.27 -    	$CONFIGURE_ARGS &&
    1.28 +	--disable-documentation &&
    1.29      make &&
    1.30 -    make DESTDIR=$PWD/_pkg install
    1.31 +    make install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.