wok diff claws-mail-acpinotifier/receipt @ rev 15839

Up: flac to 1.3.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 05:38:38 2014 +0000 (2014-01-27)
parents 2b9f96603415
children 86790a278e70
line diff
     1.1 --- a/claws-mail-acpinotifier/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/claws-mail-acpinotifier/receipt	Mon Jan 27 05:38:38 2014 +0000
     1.3 @@ -1,29 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="claws-mail-acpinotifier"
     1.7 -VERSION="1.0.27"
     1.8 +VERSION="3.9.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Enables mail notification via LEDs on some laptops (Acer, ASUS, Fujitsu, IBM). "
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="http://www.claws-mail.org/plugins.php"
    1.14 -SOURCE="acpi_notifier"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    1.17 +WANTED="claws-mail"
    1.18  
    1.19  DEPENDS="claws-mail"
    1.20 -BUILD_DEPENDS="claws-mail-dev"
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	./configure $CONFIGURE_ARGS && make && make install
    1.26 -}
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  		mkdir -p $fs/usr/lib/claws-mail/plugins
    1.32 -		cp -a $install/usr/lib/claws-mail/plugins/*.so \
    1.33 +		cp -a $install/usr/lib/claws-mail/plugins/acpi_notifier.so \
    1.34  			$fs/usr/lib/claws-mail/plugins
    1.35  }