wok-stable diff atk/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents d7dd336b6153
children
line diff
     1.1 --- a/atk/receipt	Tue Oct 12 04:41:55 2010 +0000
     1.2 +++ b/atk/receipt	Mon Mar 04 18:42:23 2019 +0100
     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.