wok rev 733

Up: abiword (2.6.3) + add abiword-pligins for OTD support and other cool stuff.
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 03 03:04:18 2008 +0200 (2008-05-03)
parents 2cb458b74bb3
children 3b9b5086a37d
files abiword-dev/receipt abiword-extras/receipt abiword-plugins/receipt abiword/receipt
line diff
     1.1 --- a/abiword-dev/receipt	Sat May 03 02:40:21 2008 +0200
     1.2 +++ b/abiword-dev/receipt	Sat May 03 03:04:18 2008 +0200
     1.3 @@ -1,8 +1,8 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="abiword-dev"
     1.7 -VERSION="2.6.2"
     1.8 -CATEGORY="developement"
     1.9 +VERSION="2.6.3"
    1.10 +CATEGORY="development"
    1.11  SHORT_DESC="Extra plugins for Abiword."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  WANTED="abiword"
     2.1 --- a/abiword-extras/receipt	Sat May 03 02:40:21 2008 +0200
     2.2 +++ b/abiword-extras/receipt	Sat May 03 03:04:18 2008 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="abiword-extras"
     2.7 -VERSION="2.6.2"
     2.8 +VERSION="2.6.3"
     2.9  CATEGORY="office"
    2.10  SHORT_DESC="Extras for Abiword - Clipart, dictionary, templates."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -9,7 +9,7 @@
    2.13  BUILD_DEPENDS="abiword-dev"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15  WEB_SITE="http://www.abisource.com/"
    2.16 -WGET_URL="http://www.abisource.com/downloads/abiword/2.6.2/source/$TARBALL"
    2.17 +WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/abiword-plugins/receipt	Sat May 03 03:04:18 2008 +0200
     3.3 @@ -0,0 +1,42 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="abiword-plugins"
     3.7 +VERSION="2.6.3"
     3.8 +CATEGORY="office"
     3.9 +SHORT_DESC="Extra plugins for Abiword (OpenDocument, Wikidepia, etc)."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +DEPENDS="abiword"
    3.12 +BUILD_DEPENDS="abiword-dev"
    3.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.14 +WEB_SITE="http://www.abisource.com/"
    3.15 +WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL"
    3.16 +
    3.17 +# Rules to configure and make the package.
    3.18 +compile_rules()
    3.19 +{
    3.20 +	cd $src
    3.21 +	./configure \
    3.22 +		--prefix=/usr \
    3.23 +		--infodir=/usr/share/info \
    3.24 +		--mandir=/usr/share/man \
    3.25 +		--with-abiword=$WOK/abiword/abiword-$VERSION \
    3.26 +		--disable-abicollab \
    3.27 +		--disable-librsvg \
    3.28 +		--disable-docbook \
    3.29 +		--disable-OpenXML \
    3.30 +		--disable-wordperfect \
    3.31 +		--disable-xhtml \
    3.32 +		$CONFIGURE_ARGS
    3.33 +	make
    3.34 +	make DESTDIR=$src/_pkg install
    3.35 +}
    3.36 +
    3.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.38 +genpkg_rules()
    3.39 +{
    3.40 +	mkdir -p $fs/usr/lib/abiword-2.6/plugins $fs/usr/share
    3.41 +	cp -a $_pkg/usr/lib/abiword-2.6/plugins/*.so \
    3.42 +		$fs/usr/lib/abiword-2.6/plugins
    3.43 +	cp -a $_pkg/usr/share/abiword-2.6 $fs/usr/share
    3.44 +}
    3.45 +
     4.1 --- a/abiword/receipt	Sat May 03 02:40:21 2008 +0200
     4.2 +++ b/abiword/receipt	Sat May 03 03:04:18 2008 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="abiword"
     4.7 -VERSION="2.6.2"
     4.8 +VERSION="2.6.3"
     4.9  CATEGORY="office"
    4.10  SHORT_DESC="Light and speed word processing application."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12 @@ -13,7 +13,7 @@
    4.13  SUGGESTED="abiword-extras"
    4.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.15  WEB_SITE="http://www.abisource.com/"
    4.16 -WGET_URL="http://www.abisource.com/downloads/abiword/2.6.2/source/$TARBALL"
    4.17 +WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL"
    4.18  
    4.19  # Rules to configure and make the package.
    4.20  compile_rules()