wok-next diff atk/receipt @ rev 12391
alsa-utils: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 20 08:21:37 2012 +0200 (2012-04-20) |
parents | d7dd336b6153 |
children | fd292e30db28 |
line diff
1.1 --- a/atk/receipt Tue Oct 12 04:41:55 2010 +0000 1.2 +++ b/atk/receipt Fri Apr 20 08:21:37 2012 +0200 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.