wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/claws-mail-gtkhtml2_viewer/receipt	Tue Mar 26 11:53:15 2013 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="claws-mail-gtkhtml2_viewer"
     1.7 +VERSION="0.33"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="HTML Viwer plugins for claws-mail."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="curl claws-mail expat gtk+ libxml2 xorg-libX11 xorg-libXau \
    1.12 +xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \
    1.13 +xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
    1.14 +BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev libxml2-dev"
    1.15 +SOURCE="gtkhtml2_viewer"
    1.16 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 +WEB_SITE="http://www.claws-mail.org/plugins.php"
    1.18 +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	cd $src
    1.24 +	./configure --prefix=/usr \
    1.25 +		--infodir=/usr/share/info \
    1.26 +		--disable-accessibility \
    1.27 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29 +	make DESTDIR=$PWD/_pkg install
    1.30 +}
    1.31 +
    1.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 +genpkg_rules()
    1.34 +{
    1.35 +	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.36 +	cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
    1.37 +}
    1.38 +