wok diff claws-mail-notification/receipt @ rev 2395

dropbear: improve start script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 09:13:49 2009 +0000 (2009-03-10)
parents 03a799424aaa
children 6f13ed714d4d
line diff
     1.1 --- a/claws-mail-notification/receipt	Fri Sep 26 09:21:16 2008 +0000
     1.2 +++ b/claws-mail-notification/receipt	Tue Mar 10 09:13:49 2009 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="claws-mail plugin - mail notification."
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  DEPENDS="claws-mail"
     1.7 +BUILD_DEPENDS="pkg-config claws-mail-dev"
     1.8  SOURCE="notification_plugin"
     1.9  TARBALL="${SOURCE}-${VERSION}.tar.gz"
    1.10  WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
    1.11 @@ -16,8 +17,8 @@
    1.12  {
    1.13  	cd $src
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21