wok annotate claws-mail-perl/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents
children 2b9f96603415
rev   line source
erjo@13453 1 # SliTaz package receipt.
erjo@13453 2
erjo@13453 3 PACKAGE="claws-mail-perl"
erjo@13453 4 VERSION="0.9.19"
erjo@13453 5 CATEGORY="network"
erjo@13453 6 SHORT_DESC="Perl interface to Claws Mail' filtering mechanism."
erjo@13453 7 MAINTAINER="erjo@slitaz.org"
erjo@13453 8 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@13453 9 SOURCE="perl_plugin"
erjo@13453 10 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@13453 11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13453 12
erjo@13453 13 DEPENDS="claws-mail "
erjo@13453 14 BUILD_DEPENDS="claws-mail-dev "
erjo@13453 15
erjo@13453 16 # Rules to configure and make the package.
erjo@13453 17 compile_rules()
erjo@13453 18 {
erjo@13453 19 ./configure $CONFIGURE_ARGS && make && make install
erjo@13453 20 }
erjo@13453 21
erjo@13453 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13453 23 genpkg_rules()
erjo@13453 24 {
erjo@13453 25 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13453 26 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13453 27 $fs/usr/lib/claws-mail/plugins
erjo@13453 28 }