wok-current diff meld/receipt @ rev 13144
obconf: use git compatible version with openbox 3.5.0
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 10 09:32:54 2012 +0200 (2012-07-10) |
parents | 73641efed1cc |
children | 380ffe05937a |
line diff
1.1 --- a/meld/receipt Mon Apr 23 16:30:27 2012 +0200 1.2 +++ b/meld/receipt Tue Jul 10 09:32:54 2012 +0200 1.3 @@ -1,30 +1,29 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="meld" 1.7 -VERSION="1.4.0" 1.8 +VERSION="1.6.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Visual diff and merge tool for GNOME." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 DEPENDS="pygtk rarian" 1.13 BUILD_DEPENDS="pygtk-dev rarian-dev gnome-doc-utils intltool pkg-config util-linux-getopt" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 -WEB_SITE="http://meld.sourceforge.net/" 1.16 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 +WEB_SITE="http://meldmerge.org/" 1.19 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 cd $src 1.25 - make prefix=/usr && make prefix=/usr DESTDIR=$PWD/_pkg install 1.26 + make prefix=/usr && make prefix=/usr DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/share 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 - cp -a $_pkg/usr/lib $fs/usr 1.35 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.36 - cp -a $_pkg/usr/share/meld $fs/usr/share 1.37 + cp -a $install/usr/bin $fs/usr 1.38 + cp -a $install/usr/lib $fs/usr 1.39 + cp -a $install/usr/share/meld $fs/usr/share 1.40 } 1.41