wok annotate claws-mail-attachwarner/receipt @ rev 14080

udisks: update deps - busybox mount does not understand the -o uhelper=udisks2 spawned by udisks
author ernia <monghitri@aruba.it>
date Fri Feb 22 17:25:25 2013 +0000 (2013-02-22)
parents
children 2b9f96603415
rev   line source
erjo@13443 1 # SliTaz package receipt.
erjo@13443 2
erjo@13443 3 PACKAGE="claws-mail-attachwarner"
erjo@13443 4 VERSION="0.2.24"
erjo@13443 5 CATEGORY="network"
erjo@13443 6 SHORT_DESC="Warn about missing attachment"
erjo@13443 7 MAINTAINER="erjo@slitaz.org"
erjo@13443 8 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@13443 9 SOURCE="attachwarner"
erjo@13443 10 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@13443 11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13443 12
erjo@13443 13 DEPENDS="claws-mail"
erjo@13443 14 BUILD_DEPENDS="claws-mail-dev"
erjo@13443 15
erjo@13443 16 # Rules to configure and make the package.
erjo@13443 17 compile_rules()
erjo@13443 18 {
erjo@13443 19 ./configure $CONFIGURE_ARGS && make && make install
erjo@13443 20 }
erjo@13443 21
erjo@13443 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13443 23 genpkg_rules()
erjo@13443 24 {
erjo@13443 25 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13443 26 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13443 27 $fs/usr/lib/claws-mail/plugins
erjo@13443 28 }
erjo@13443 29