wok diff atk/receipt @ rev 11047

Up: clamtk to 4.36.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 22:44:10 2011 +0000 (2011-10-16)
parents d7dd336b6153
children fd292e30db28
line diff
     1.1 --- a/atk/receipt	Tue Oct 12 04:41:55 2010 +0000
     1.2 +++ b/atk/receipt	Sun Oct 16 22:44:10 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="atk"
     1.7 -VERSION="1.32.0"
     1.8 +VERSION="2.2.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Accessibility toolkit."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  BUILD_DEPENDS="libgio-dev glib-dev gobject-introspection-dev pkg-config"
    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/atk/${VERSION%.*}/$TARBALL"
    1.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
    1.18  TAGS="accessibility"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21 @@ -17,12 +17,9 @@
    1.22  {
    1.23  	cd $src
    1.24  	./configure \
    1.25 -		--prefix=/usr \
    1.26 -		--mandir=/usr/share/man \
    1.27 -		--with-html-dir=/usr/share/doc \
    1.28  		$CONFIGURE_ARGS &&
    1.29  	make &&
    1.30 -	make DESTDIR=$PWD/_pkg install
    1.31 +	make DESTDIR=$DESTDIR install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.