wok view claws-mail-fetchinfo/receipt @ rev 14257

syslinux/iso2exe: check kernel version, add floppy bootstrap stub
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 28 11:51:42 2013 +0100 (2013-03-28)
parents
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-fetchinfo"
4 VERSION="0.4.25"
5 CATEGORY="network"
6 SHORT_DESC="Inserts headers containing some download information."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.claws-mail.org/plugins.php"
9 SOURCE="fetchinfo-plugin"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
13 DEPENDS="claws-mail libwebkit libcurl libsoup"
14 BUILD_DEPENDS="claws-mail-dev "
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib/claws-mail/plugins
26 cp -a $install/usr/lib/claws-mail/plugins/*.so \
27 $fs/usr/lib/claws-mail/plugins
28 }