wok-stable diff atk/receipt @ rev 2155
Add: gxmessage
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 05 21:43:25 2009 +0100 (2009-02-05) |
parents | d103e8bbb768 |
children | 7a436db659a4 |
line diff
1.1 --- a/atk/receipt Sat Jan 05 00:17:11 2008 +0100 1.2 +++ b/atk/receipt Thu Feb 05 21:43:25 2009 +0100 1.3 @@ -1,30 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="atk" 1.7 -VERSION="1.12.4" 1.8 +VERSION="1.24.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Accessibility toolkit." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 BUILD_DEPENDS="cairo-dev glib-dev pango-dev" 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.gnome.org/" 1.15 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/atk/1.12/$TARBALL" 1.16 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/atk/1.24/$TARBALL" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 - cd $src 1.22 - ./configure --prefix=/usr --mandir=/usr/share/man \ 1.23 - --with-html-dir=/usr/share/doc $CONFIGURE_ARGS 1.24 - make 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + cd $src 1.27 + ./configure \ 1.28 + --prefix=/usr \ 1.29 + --mandir=/usr/share/man \ 1.30 + --with-html-dir=/usr/share/doc \ 1.31 + $CONFIGURE_ARGS 1.32 + make 1.33 + make DESTDIR=$PWD/_pkg install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 - mkdir -p $fs/usr/lib $fs/usr/share/locale 1.40 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.41 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.42 - strip -s $fs/usr/lib/*.so* 1.43 + mkdir -p $fs/usr/lib $fs/usr/share/locale 1.44 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.45 }