wok-current annotate claws-mail-fancy/receipt @ rev 14965
Up: firefox-langpack-en_GB (17.0.8esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 22:19:55 2013 +0200 (2013-08-08) |
parents | |
children | 2b9f96603415 |
rev | line source |
---|---|
erjo@13446 | 1 # SliTaz package receipt. |
erjo@13446 | 2 |
erjo@13446 | 3 PACKAGE="claws-mail-fancy" |
erjo@13446 | 4 VERSION="0.9.16" |
erjo@13446 | 5 CATEGORY="network" |
erjo@13446 | 6 SHORT_DESC="Renders HTML e-mail using the WebKit library " |
erjo@13446 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@13446 | 8 WEB_SITE="http://www.claws-mail.org/plugins.php" |
erjo@13446 | 9 SOURCE="fancy" |
erjo@13446 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
erjo@13446 | 11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" |
erjo@13446 | 12 |
erjo@13446 | 13 DEPENDS="claws-mail libwebkit libcurl libsoup" |
erjo@13446 | 14 BUILD_DEPENDS="claws-mail-dev libwebkit-dev curl-dev xorg-libXinerama-dev \ |
erjo@13446 | 15 xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \ |
erjo@13446 | 16 xorg-libXdamage-dev libxslt-dev xorg-libXt-dev" |
erjo@13446 | 17 |
erjo@13446 | 18 # Rules to configure and make the package. |
erjo@13446 | 19 compile_rules() |
erjo@13446 | 20 { |
erjo@13446 | 21 ./configure $CONFIGURE_ARGS && make && make install |
erjo@13446 | 22 } |
erjo@13446 | 23 |
erjo@13446 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@13446 | 25 genpkg_rules() |
erjo@13446 | 26 { |
erjo@13446 | 27 mkdir -p $fs/usr/lib/claws-mail/plugins |
erjo@13446 | 28 cp -a $install/usr/lib/claws-mail/plugins/*.so \ |
erjo@13446 | 29 $fs/usr/lib/claws-mail/plugins |
erjo@13446 | 30 } |