wok annotate sylpheed-full/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 7896f0694ef6
children 12f827acfc48
rev   line source
pankso@10439 1 # SliTaz package receipt.
pankso@10439 2
pankso@10439 3 PACKAGE="sylpheed-full"
pankso@13606 4 VERSION="3.3.0"
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 }