wok diff sylpheed/receipt @ rev 14310

Up: elementary (1.7.5)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:22:40 2013 +0200 (2013-04-07)
parents af9a1b47948c
children 7896f0694ef6
line diff
     1.1 --- a/sylpheed/receipt	Tue Jan 24 22:51:41 2012 +0100
     1.2 +++ b/sylpheed/receipt	Sun Apr 07 10:22:40 2013 +0200
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sylpheed"
     1.7 -VERSION="3.1.1"
     1.8 +VERSION="3.3.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://sylpheed.sraoss.jp/en/"
    1.14 -WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.1/$TARBALL"
    1.15 +WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.3/$TARBALL"
    1.16  TAGS="mail internet"
    1.17  
    1.18  DEPENDS="gtk+ libssl"
    1.19 @@ -29,6 +29,6 @@
    1.20  {
    1.21  	mkdir -p $fs/usr/lib $fs/usr/share/applications
    1.22  	cp -a $stuff/sylpheed*.desktop $fs/usr/share/applications
    1.23 -	cp -a $_pkg/usr/bin $fs/usr
    1.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.25 +	cp -a $install/usr/bin $fs/usr
    1.26 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.27  }