wok rev 3705

Upgrade: sylpheed (2.6.0 to 2.7.0) and add devel pkg
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jul 20 00:50:46 2009 +0200 (2009-07-20)
parents c0c30050ba4a
children 93fb95652d6d
files sylpheed-dev/receipt sylpheed/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sylpheed-dev/receipt	Mon Jul 20 00:50:46 2009 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="sylpheed-dev"
     1.7 +VERSION="2.7.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Sylpheed devel files"
    1.10 +MAINTAINER="fraazz@altern.org"
    1.11 +DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage"
    1.12 +WANTED="sylpheed"
    1.13 +WEB_SITE="http://sylpheed.sraoss.jp/en/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib
    1.19 +	cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.21 +}
     2.1 --- a/sylpheed/receipt	Sun Jul 19 22:37:10 2009 +0200
     2.2 +++ b/sylpheed/receipt	Mon Jul 20 00:50:46 2009 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="sylpheed"
     2.7 -VERSION="2.6.0"
     2.8 +VERSION="2.7.0"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client"
    2.11  MAINTAINER="fraazz@altern.org"
    2.12 @@ -9,7 +9,8 @@
    2.13  BUILD_DEPENDS="openssl-dev glib glib-dev"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15  WEB_SITE="http://sylpheed.sraoss.jp/en/"
    2.16 -WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v2.6/$TARBALL"
    2.17 +WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v2.7/$TARBALL"
    2.18 +TAGS="mail internet"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22 @@ -27,6 +28,7 @@
    2.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.24  genpkg_rules()
    2.25  {
    2.26 -	mkdir -p $fs/usr
    2.27 +	mkdir -p $fs/usr/lib
    2.28  	cp -a $_pkg/usr/bin $fs/usr
    2.29 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.30  }