wok diff atkmm/receipt @ rev 10009

gnustep-gui: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 02:08:44 2011 +0200 (2011-05-19)
parents f2be33d2b7ac
children 1d5ac570e618
line diff
     1.1 --- a/atkmm/receipt	Wed Nov 03 03:34:33 2010 +0000
     1.2 +++ b/atkmm/receipt	Thu May 19 02:08:44 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="atkmm"
     1.7 -VERSION="2.22.0"
     1.8 +VERSION="2.22.4"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="C++ interface for the popular Accessibility toolkit."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -9,18 +9,13 @@
    1.13  BUILD_DEPENDS="atk-dev glib-dev glibmm-dev libgiomm-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/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	./configure \
    1.24 -		--prefix=/usr \
    1.25 -		--infodir=/usr/share/info \
    1.26 -		--mandir=/usr/share/man \
    1.27 -		$CONFIGURE_ARGS &&
    1.28 -	make && make DESTDIR=$PWD/_pkg install
    1.29 +	./configure && make && make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.