wok annotate claws-mail-acpinotifier/receipt @ rev 15080

libmatchbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:56:32 2013 +0000 (2013-08-13)
parents 8551bb0cf932
children 95f0c340fe01
rev   line source
erjo@13441 1 # SliTaz package receipt.
erjo@13441 2
erjo@13441 3 PACKAGE="claws-mail-acpinotifier"
erjo@13441 4 VERSION="1.0.27"
erjo@13441 5 CATEGORY="network"
erjo@13441 6 SHORT_DESC="Enables mail notification via LEDs on some laptops (Acer, ASUS, Fujitsu, IBM). "
erjo@13441 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
erjo@13441 9 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@13441 10 SOURCE="acpi_notifier"
erjo@13441 11 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@13441 12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13441 13
erjo@13441 14 DEPENDS="claws-mail"
erjo@13441 15 BUILD_DEPENDS="claws-mail-dev"
erjo@13441 16
erjo@13441 17 # Rules to configure and make the package.
erjo@13441 18 compile_rules()
erjo@13441 19 {
erjo@13441 20 ./configure $CONFIGURE_ARGS && make && make install
erjo@13441 21 }
erjo@13441 22
erjo@13441 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13441 24 genpkg_rules()
erjo@13441 25 {
erjo@13441 26 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13441 27 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13441 28 $fs/usr/lib/claws-mail/plugins
erjo@13441 29 }