wok annotate sylpheed/receipt @ rev 14521

gxine: fix gxine.desktop
author Richard Dunbar <mojo@slitaz.org>
date Fri May 17 00:56:38 2013 +0000 (2013-05-17)
parents af9a1b47948c
children 7896f0694ef6
rev   line source
pankso@40 1 # SliTaz package receipt.
pankso@40 2
pankso@40 3 PACKAGE="sylpheed"
pankso@13606 4 VERSION="3.3.0"
pankso@203 5 CATEGORY="network"
pankso@40 6 SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client"
pankso@10432 7 MAINTAINER="pankso@slitaz.org"
pankso@40 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@40 9 WEB_SITE="http://sylpheed.sraoss.jp/en/"
pankso@13606 10 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.3/$TARBALL"
pankso@3705 11 TAGS="mail internet"
pankso@40 12
pankso@10432 13 DEPENDS="gtk+ libssl"
pankso@10432 14 BUILD_DEPENDS="gtk+-dev openssl-dev"
pankso@10432 15
pankso@40 16 # Rules to configure and make the package.
pankso@40 17 compile_rules()
pankso@40 18 {
pankso@40 19 cd $src
pankso@168 20 ./configure \
pankso@3971 21 --disable-gtkspell \
pankso@10432 22 --disable-updatecheck \
pascal@1460 23 $CONFIGURE_ARGS &&
pankso@10432 24 make && make install
pankso@40 25 }
pankso@40 26
pankso@40 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@40 28 genpkg_rules()
pankso@40 29 {
pascal@11623 30 mkdir -p $fs/usr/lib $fs/usr/share/applications
pascal@11623 31 cp -a $stuff/sylpheed*.desktop $fs/usr/share/applications
pankso@13606 32 cp -a $install/usr/bin $fs/usr
pankso@13606 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@40 34 }