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

Up dropbear (2013.60)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 27 11:04:32 2013 +0000 (2013-10-27)
parents 5b2481c3d1b4
children 95f0c340fe01
line diff
     1.1 --- a/claws-mail-notification/receipt	Sun Oct 07 01:20:11 2012 +0200
     1.2 +++ b/claws-mail-notification/receipt	Sun Oct 27 11:04:32 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="claws-mail plugin - mail notification."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="claws-mail libnotify xorg-libXdamage"
     1.8 -BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev"
     1.9 +LICENSE="GPL3"
    1.10  SOURCE="notification_plugin"
    1.11  TARBALL="${SOURCE}-${VERSION}.tar.gz"
    1.12  WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
    1.13  WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    1.14  
    1.15 +DEPENDS="claws-mail libnotify xorg-libXdamage"
    1.16 +BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -26,6 +28,6 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.25 -	cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
    1.26 +	cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
    1.27  }
    1.28