wok-6.x diff libwnck/receipt @ rev 12874
hal-cups-utils: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 25 11:41:24 2012 +0200 (2012-05-25) |
parents | c7e731fee6f9 |
children | 6eff489aa802 |
line diff
1.1 --- a/libwnck/receipt Wed Apr 06 07:40:02 2011 +0000 1.2 +++ b/libwnck/receipt Fri May 25 11:41:24 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libwnck" 1.7 -VERSION="2.30.6" 1.8 +VERSION="2.30.7" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="libwnck is Window Navigator Construction Kit." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -10,7 +10,7 @@ 1.13 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 1.14 BUILD_DEPENDS="perl-xml-parser gettext intltool xorg-dev gtk+-dev pkg-config gobject-introspection-dev" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/" 1.17 +WEB_SITE="http://www.gnome.org/" 1.18 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 @@ -18,12 +18,9 @@ 1.22 { 1.23 cd $src 1.24 ./configure \ 1.25 - --prefix=/usr \ 1.26 - --infodir=/usr/share/info \ 1.27 - --mandir=/usr/share/man \ 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.