wok rev 13441

Add: claws-mail-acpinotifier
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:23:20 2012 +0200 (2012-10-07)
parents 06693cc296cf
children 184d4c3f1a4a
files claws-mail-acpinotifier/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/claws-mail-acpinotifier/receipt	Sun Oct 07 01:23:20 2012 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="claws-mail-acpinotifier"
     1.7 +VERSION="1.0.27"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Enables mail notification via LEDs on some laptops (Acer, ASUS, Fujitsu, IBM). "
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +WEB_SITE="http://www.claws-mail.org/plugins.php"
    1.12 +SOURCE="acpi_notifier"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    1.15 +
    1.16 +DEPENDS="claws-mail"
    1.17 +BUILD_DEPENDS="claws-mail-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure $CONFIGURE_ARGS && make && make install
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +		mkdir -p $fs/usr/lib/claws-mail/plugins
    1.29 +		cp -a $install/usr/lib/claws-mail/plugins/*.so \
    1.30 +			$fs/usr/lib/claws-mail/plugins
    1.31 +}