wok rev 9940
claws-mail-vcalendar: fix bdeps
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 18 09:38:31 2011 +0200 (2011-05-18) |
parents | e8b6a292c4f7 |
children | d9517c5b07b5 |
files | claws-mail-vcalendar/receipt |
line diff
1.1 --- a/claws-mail-vcalendar/receipt Wed May 18 02:15:39 2011 +0200 1.2 +++ b/claws-mail-vcalendar/receipt Wed May 18 09:38:31 2011 +0200 1.3 @@ -5,21 +5,21 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="claws-mail plugin - vcalendar messages support." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="claws-mail curl xorg-libXdamage" 1.8 -BUILD_DEPENDS="curl-dev claws-mail" 1.9 SOURCE="vcalendar" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" 1.12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 1.13 1.14 +DEPENDS="claws-mail curl xorg-libXdamage gnutls" 1.15 +BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev enchant-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.22 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.23 + ./configure --prefix=/usr && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.