wok annotate sylpheed/receipt @ rev 20995

updated gputils (0.14.3 -> 1.5.0.1)
author Hans-G?nter Theisgen
date Thu Mar 07 17:47:51 2019 +0100 (2019-03-07)
parents d3eb5f4b53ea
children be3655da32a1
rev   line source
pankso@40 1 # SliTaz package receipt.
pankso@40 2
pankso@40 3 PACKAGE="sylpheed"
pankso@19544 4 VERSION="3.5.1"
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"
pascal@15002 8 LICENSE="GPL2"
pankso@40 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@40 10 WEB_SITE="http://sylpheed.sraoss.jp/en/"
pascal@17869 11 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL"
pankso@3705 12 TAGS="mail internet"
pankso@40 13
pascal@16450 14 DEPENDS="gtk+ libssl libffi"
pankso@10432 15 BUILD_DEPENDS="gtk+-dev openssl-dev"
pankso@10432 16
pankso@40 17 # Rules to configure and make the package.
pankso@40 18 compile_rules()
pankso@40 19 {
pankso@40 20 cd $src
pankso@168 21 ./configure \
pankso@3971 22 --disable-gtkspell \
pankso@10432 23 --disable-updatecheck \
pascal@1460 24 $CONFIGURE_ARGS &&
pankso@10432 25 make && make install
pankso@40 26 }
pankso@40 27
pankso@40 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@40 29 genpkg_rules()
pankso@40 30 {
pascal@11623 31 mkdir -p $fs/usr/lib $fs/usr/share/applications
pascal@15028 32 cp -a $stuff/applications/sylpheed*.desktop $fs/usr/share/applications
pankso@13606 33 cp -a $install/usr/bin $fs/usr
pankso@13606 34 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@40 35 }