wok-6.x rev 10439
Add: sylpheed-full (with GPG, splell and ldap support)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 01:32:05 2011 +0200 (2011-05-25) |
parents | 3289a03fb234 |
children | 424987224cf3 |
files | sylpheed-full/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sylpheed-full/receipt Wed May 25 01:32:05 2011 +0200 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="sylpheed-full" 1.7 +VERSION="3.1.1" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Simple and full featured e-mail client (GPG, spell, ldap support)" 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +SOURCE="sylpheed" 1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://sylpheed.sraoss.jp/en/" 1.14 +WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.1/$TARBALL" 1.15 +TAGS="mail internet" 1.16 +PROVIDE="sylpheed" 1.17 + 1.18 +DEPENDS="gtk+ libssl gnupg gpgme libgpg-error gtkspell enchant libldap" 1.19 +BUILD_DEPENDS="gtk+-dev openssl-dev gnupg-dev libgpg-error-dev \ 1.20 +gtkspell-dev enchant-dev openldap-dev gpgme-dev" 1.21 + 1.22 +# Rules to configure and make the package. 1.23 +compile_rules() 1.24 +{ 1.25 + ./configure \ 1.26 + --enable-ldap \ 1.27 + --disable-updatecheck \ 1.28 + $CONFIGURE_ARGS && 1.29 + make && make 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 1.36 + cp -a $_pkg/usr/bin $fs/usr 1.37 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.38 +}