wok rev 10986

Up: atk to 2.2.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 12 14:11:59 2011 +0000 (2011-10-12)
parents 268a913ee3ae
children 5287b073ee95
files atk-dev/receipt atk/receipt
line diff
     1.1 --- a/atk-dev/receipt	Wed Oct 12 14:06:30 2011 +0000
     1.2 +++ b/atk-dev/receipt	Wed Oct 12 14:11:59 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="atk-dev"
     1.7 -VERSION="1.32.0"
     1.8 +VERSION="2.2.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Accessibility toolkit devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/atk/receipt	Wed Oct 12 14:06:30 2011 +0000
     2.2 +++ b/atk/receipt	Wed Oct 12 14:11:59 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="atk"
     2.7 -VERSION="1.32.0"
     2.8 +VERSION="2.2.0"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Accessibility toolkit."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -9,7 +9,7 @@
    2.13  BUILD_DEPENDS="libgio-dev glib-dev gobject-introspection-dev pkg-config"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15  WEB_SITE="http://www.gnome.org/"
    2.16 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/atk/${VERSION%.*}/$TARBALL"
    2.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
    2.18  TAGS="accessibility"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21 @@ -17,12 +17,9 @@
    2.22  {
    2.23  	cd $src
    2.24  	./configure \
    2.25 -		--prefix=/usr \
    2.26 -		--mandir=/usr/share/man \
    2.27 -		--with-html-dir=/usr/share/doc \
    2.28  		$CONFIGURE_ARGS &&
    2.29  	make &&
    2.30 -	make DESTDIR=$PWD/_pkg install
    2.31 +	make DESTDIR=$DESTDIR install
    2.32  }
    2.33  
    2.34  # Rules to gen a SliTaz package suitable for Tazpkg.