wok-next diff abiword/receipt @ rev 573

Up: abiword (2.6.2)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 15:47:14 2008 +0200 (2008-04-14)
parents eb4e6a1af180
children 2fe94d04fc6f
line diff
     1.1 --- a/abiword/receipt	Thu Mar 13 10:38:19 2008 +0000
     1.2 +++ b/abiword/receipt	Mon Apr 14 15:47:14 2008 +0200
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="abiword"
     1.7 -VERSION="2.4.6"
     1.8 +VERSION="2.6.2"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Light and speed word processing application."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="gtk+ libgnomeprint libgnomeprintui libgnomecanvas fribidi libglade 
    1.13 -             popt libxml2 libart_lgpl"
    1.14 +             popt libxml2 libart_lgpl libgsf enchant wv"
    1.15  BUILD_DEPENDS="gtk+-dev libgnomeprint-dev libgnomeprintui-dev libgnomecanvas-dev
    1.16 -             fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev"
    1.17 -SUGGESTED="abiword-plugins"
    1.18 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19 +             fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev 
    1.20 +             libgsf-dev enchant-dev wv-dev"
    1.21 +SUGGESTED="abiword-extras"
    1.22 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.23  WEB_SITE="http://www.abisource.com/"
    1.24 -WGET_URL="http://www.abisource.com/downloads/abiword/2.4.6/source/$TARBALL"
    1.25 +WGET_URL="http://www.abisource.com/downloads/abiword/2.6.2/source/$TARBALL"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src/abi
    1.31 +	cd $src
    1.32  	./configure \
    1.33  		--prefix=/usr \
    1.34  		--infodir=/usr/share/info \
    1.35 @@ -25,7 +26,7 @@
    1.36  		--enable-extra-optimization \
    1.37  		$CONFIGURE_ARGS
    1.38  	make
    1.39 -	make DESTDIR=$src/_pkg install
    1.40 +	make DESTDIR=$PWD/_pkg install
    1.41  }
    1.42  
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.44 @@ -33,8 +34,7 @@
    1.45  {
    1.46  	mkdir -p $fs/usr/share/pixmaps
    1.47  	cp -a $_pkg/usr/bin $fs/usr
    1.48 -	cp -a $_pkg/usr/lib $fs/usr
    1.49 -	cp -a $_pkg/usr/share/AbiSuite-* $fs/usr/share
    1.50 +	cp -a $_pkg/usr/share/abiword-* $fs/usr/share
    1.51  	# Non standard pixmap 
    1.52  	cp $_pkg/usr/share/icons/abiword_48.png \
    1.53  		$fs/usr/share/pixmaps/abiword.png