wok rev 12994

Up: meld to 1.6.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 06 05:42:51 2012 +0000 (2012-06-06)
parents b22851d31b7e
children 1818cafa9e13
files meld/receipt
line diff
     1.1 --- a/meld/receipt	Wed Jun 06 05:40:27 2012 +0000
     1.2 +++ b/meld/receipt	Wed Jun 06 05:42:51 2012 +0000
     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