wok diff abiword-plugins/receipt @ rev 1534

remove pwlib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 09 18:20:21 2008 +0000 (2008-10-09)
parents 25b50c3dbac7
children c4147eced9b6
line diff
     1.1 --- a/abiword-plugins/receipt	Tue Jul 15 00:59:07 2008 +0200
     1.2 +++ b/abiword-plugins/receipt	Thu Oct 09 18:20:21 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Extra plugins for Abiword (OpenDocument, Wikidepia, etc)."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="abiword"
     1.7 -BUILD_DEPENDS="abiword-dev"
     1.8 +BUILD_DEPENDS="abiword-dev fribidi"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.abisource.com/"
    1.11  WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL"
    1.12 @@ -26,8 +26,8 @@
    1.13  		--disable-OpenXML \
    1.14  		--disable-wordperfect \
    1.15  		--disable-xhtml \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$src/_pkg install
    1.21  }
    1.22