wok-6.x diff sylpheed/receipt @ rev 21994

updated sylpheed, sylpheed-dev and sylpheed-full (3.5.1 -> 3.7.0)
author Hans-G?nter Theisgen
date Wed Oct 16 17:44:24 2019 +0100 (2019-10-16)
parents 12f827acfc48
children f9f95fd159eb
line diff
     1.1 --- a/sylpheed/receipt	Mon Dec 05 19:41:29 2016 +0100
     1.2 +++ b/sylpheed/receipt	Wed Oct 16 17:44:24 2019 +0100
     1.3 @@ -1,35 +1,38 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sylpheed"
     1.7 -VERSION="3.5.1"
     1.8 +VERSION="3.7.0"
     1.9  CATEGORY="network"
    1.10 +TAGS="mail internet"
    1.11  SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://sylpheed.sraoss.jp/en/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://sylpheed.sraoss.jp/en/"
    1.18 -WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL"
    1.19 -TAGS="mail internet"
    1.20 +WGET_URL="https://osdn.net/dl/$SOURCE/$TARBALL"
    1.21  
    1.22 -DEPENDS="gtk+ libssl libffi"
    1.23 +DEPENDS="gtk+ libffi libssl"
    1.24  BUILD_DEPENDS="gtk+-dev openssl-dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30 -	./configure \
    1.31 -		--disable-gtkspell \
    1.32 -		--disable-updatecheck \
    1.33 +	./configure			\
    1.34 +		--disable-gtkspell	\
    1.35 +		--disable-updatecheck	\
    1.36  		$CONFIGURE_ARGS &&
    1.37 -	make && make install
    1.38 +	make &&
    1.39 +	make install
    1.40  }
    1.41  
    1.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.43  genpkg_rules()
    1.44  {
    1.45 -	mkdir -p $fs/usr/lib $fs/usr/share/applications
    1.46 -	cp -a $stuff/applications/sylpheed*.desktop $fs/usr/share/applications
    1.47 -	cp -a $install/usr/bin $fs/usr
    1.48 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.49 +	mkdir -p $fs/usr/lib
    1.50 +	mkdir -p $fs/usr/share/applications
    1.51 +
    1.52 +	cp -a $stuff/applications/sylpheed*.desktop	$fs/usr/share/applications
    1.53 +	cp -a $install/usr/bin				$fs/usr
    1.54 +	cp -a $install/usr/lib/*.so*			$fs/usr/lib
    1.55  }