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

Normalize LICENSE according to wok/licenses package (gpl part)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 21:49:39 2013 +0200 (2013-06-04)
parents
children 2b9f96603415
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"
erjo@13441 8 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@13441 9 SOURCE="acpi_notifier"
erjo@13441 10 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@13441 11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13441 12
erjo@13441 13 DEPENDS="claws-mail"
erjo@13441 14 BUILD_DEPENDS="claws-mail-dev"
erjo@13441 15
erjo@13441 16 # Rules to configure and make the package.
erjo@13441 17 compile_rules()
erjo@13441 18 {
erjo@13441 19 ./configure $CONFIGURE_ARGS && make && make install
erjo@13441 20 }
erjo@13441 21
erjo@13441 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13441 23 genpkg_rules()
erjo@13441 24 {
erjo@13441 25 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13441 26 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13441 27 $fs/usr/lib/claws-mail/plugins
erjo@13441 28 }