wok-current rev 13606
Up: sylpheed (3.3.0) and clean receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Nov 10 19:55:12 2012 +0100 (2012-11-10) |
parents | b19a81a9aceb |
children | bee018da8da6 |
files | sylpheed-dev/receipt sylpheed-full/receipt sylpheed/receipt |
line diff
1.1 --- a/sylpheed-dev/receipt Sat Nov 10 19:54:06 2012 +0100 1.2 +++ b/sylpheed-dev/receipt Sat Nov 10 19:55:12 2012 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sylpheed-dev" 1.7 -VERSION="3.1.0" 1.8 +VERSION="3.3.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Sylpheed devel files" 1.11 -MAINTAINER="fraazz@altern.org" 1.12 -DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage" 1.13 +MAINTAINER="pankso@slitaz.org" 1.14 WANTED="sylpheed" 1.15 WEB_SITE="http://sylpheed.sraoss.jp/en/" 1.16 1.17 +DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage" 1.18 + 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $_pkg/usr/include $fs/usr 1.24 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.25 + cp -a $install/usr/include $fs/usr 1.26 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 }
2.1 --- a/sylpheed-full/receipt Sat Nov 10 19:54:06 2012 +0100 2.2 +++ b/sylpheed-full/receipt Sat Nov 10 19:55:12 2012 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="sylpheed-full" 2.7 -VERSION="3.1.1" 2.8 +VERSION="3.3.0" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Simple and full featured e-mail client (GPG, spell, ldap support)" 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -13,8 +13,8 @@ 2.13 PROVIDE="sylpheed" 2.14 2.15 DEPENDS="gtk+ libssl gnupg gpgme libgpg-error gtkspell enchant libldap" 2.16 -BUILD_DEPENDS="gtk+-dev openssl-dev libgpg-error-dev \ 2.17 -gtkspell-dev enchant-dev openldap-dev gpgme-dev" 2.18 +BUILD_DEPENDS="gtk+-dev openssl-dev libgpg-error-dev gtkspell-dev \ 2.19 +enchant-dev openldap-dev gpgme-dev" 2.20 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 @@ -30,6 +30,6 @@ 2.24 genpkg_rules() 2.25 { 2.26 mkdir -p $fs/usr/lib 2.27 - cp -a $_pkg/usr/bin $fs/usr 2.28 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.29 + cp -a $install/usr/bin $fs/usr 2.30 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.31 }
3.1 --- a/sylpheed/receipt Sat Nov 10 19:54:06 2012 +0100 3.2 +++ b/sylpheed/receipt Sat Nov 10 19:55:12 2012 +0100 3.3 @@ -1,13 +1,13 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="sylpheed" 3.7 -VERSION="3.1.1" 3.8 +VERSION="3.3.0" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client" 3.11 MAINTAINER="pankso@slitaz.org" 3.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.13 WEB_SITE="http://sylpheed.sraoss.jp/en/" 3.14 -WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.1/$TARBALL" 3.15 +WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.3/$TARBALL" 3.16 TAGS="mail internet" 3.17 3.18 DEPENDS="gtk+ libssl" 3.19 @@ -29,6 +29,6 @@ 3.20 { 3.21 mkdir -p $fs/usr/lib $fs/usr/share/applications 3.22 cp -a $stuff/sylpheed*.desktop $fs/usr/share/applications 3.23 - cp -a $_pkg/usr/bin $fs/usr 3.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 3.25 + cp -a $install/usr/bin $fs/usr 3.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 3.27 }