wok view gtkhtml2_viewer/receipt @ rev 12174

ppp: only hide Login/pass from users
author Dominique Corbex <domcox@slitaz.org>
date Sat Mar 24 09:29:55 2012 +0100 (2012-03-24)
parents 5d2e3f0da753
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gtkhtml2_viewer"
4 VERSION="0.27"
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"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WEB_SITE="http://www.claws-mail.org/plugins.php"
14 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr \
21 --infodir=/usr/share/info \
22 --disable-accessibility \
23 --mandir=/usr/share/man $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$PWD/_pkg install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib/claws-mail/plugins
32 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
33 }