wok-current diff enchant/receipt @ rev 1474
Up mpfr-dev (2.3.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 04 12:49:35 2008 +0000 (2008-10-04) |
parents | b023d73fec79 |
children | 3d99ecce2d4b |
line diff
1.1 --- a/enchant/receipt Mon Apr 14 15:41:33 2008 +0200 1.2 +++ b/enchant/receipt Sat Oct 04 12:49:35 2008 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Enchant spell checking library." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +BUILD_DEPENDS="pkg-config" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.abisource.com/projects/enchant/" 1.10 WGET_URL="http://www.abisource.com/downloads/enchant/$VERSION/$TARBALL" 1.11 @@ -16,8 +17,8 @@ 1.12 ./configure \ 1.13 --prefix=/usr \ 1.14 --mandir=/usr/share/man \ 1.15 - $CONFIGURE_ARGS 1.16 - make 1.17 + $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21