wok annotate sylpheed-full/receipt @ rev 21959

updated some more locales for squirrelmail (1.4.13 -> 1.4.18)
author Hans-G?nter Theisgen
date Thu Oct 10 15:33:31 2019 +0100 (2019-10-10)
parents d3eb5f4b53ea
children be3655da32a1
rev   line source
pankso@10439 1 # SliTaz package receipt.
pankso@10439 2
pankso@10439 3 PACKAGE="sylpheed-full"
pankso@19544 4 VERSION="3.5.1"
pankso@10439 5 CATEGORY="network"
pankso@10439 6 SHORT_DESC="Simple and full featured e-mail client (GPG, spell, ldap support)"
pankso@10439 7 MAINTAINER="pankso@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pankso@10439 9 SOURCE="sylpheed"
pankso@10439 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@10439 11 WEB_SITE="http://sylpheed.sraoss.jp/en/"
pascal@17869 12 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL"
pankso@10439 13 TAGS="mail internet"
pankso@10439 14 PROVIDE="sylpheed"
pankso@10439 15
pankso@10439 16 DEPENDS="gtk+ libssl gnupg gpgme libgpg-error gtkspell enchant libldap"
pankso@13606 17 BUILD_DEPENDS="gtk+-dev openssl-dev libgpg-error-dev gtkspell-dev \
pankso@13606 18 enchant-dev openldap-dev gpgme-dev"
pankso@10439 19
pankso@10439 20 # Rules to configure and make the package.
pankso@10439 21 compile_rules()
pankso@10439 22 {
pankso@10439 23 ./configure \
pankso@10439 24 --enable-ldap \
pankso@10439 25 --disable-updatecheck \
pankso@10439 26 $CONFIGURE_ARGS &&
pankso@10439 27 make && make install
pankso@10439 28 }
pankso@10439 29
pankso@10439 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@10439 31 genpkg_rules()
pankso@10439 32 {
pankso@10439 33 mkdir -p $fs/usr/lib
pankso@13606 34 cp -a $install/usr/bin $fs/usr
pankso@13606 35 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@10439 36 }