wok view claws-mail-gtkhtml2_viewer/receipt @ rev 14254

Add kexec-tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 26 11:53:15 2013 +0100 (2013-03-26)
parents
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-gtkhtml2_viewer"
4 VERSION="0.33"
5 CATEGORY="network"
6 SHORT_DESC="HTML Viwer plugins for claws-mail."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="curl claws-mail expat gtk+ libxml2 xorg-libX11 xorg-libXau \
9 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \
10 xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
11 BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev libxml2-dev"
12 SOURCE="gtkhtml2_viewer"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WEB_SITE="http://www.claws-mail.org/plugins.php"
15 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr \
22 --infodir=/usr/share/info \
23 --disable-accessibility \
24 --mandir=/usr/share/man $CONFIGURE_ARGS &&
25 make &&
26 make DESTDIR=$PWD/_pkg install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib/claws-mail/plugins
33 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
34 }