# HG changeset patch # User Christophe Lincoln # Date 1248043846 -7200 # Node ID ba6b5b68c12b12e65905e5b8e6d307be5af0fabc # Parent c0c30050ba4a4f169a66f30a4b42e35e6d4afe02 Upgrade: sylpheed (2.6.0 to 2.7.0) and add devel pkg diff -r c0c30050ba4a -r ba6b5b68c12b sylpheed-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sylpheed-dev/receipt Mon Jul 20 00:50:46 2009 +0200 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="sylpheed-dev" +VERSION="2.7.0" +CATEGORY="development" +SHORT_DESC="Sylpheed devel files" +MAINTAINER="fraazz@altern.org" +DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage" +WANTED="sylpheed" +WEB_SITE="http://sylpheed.sraoss.jp/en/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib +} diff -r c0c30050ba4a -r ba6b5b68c12b sylpheed/receipt --- a/sylpheed/receipt Sun Jul 19 22:37:10 2009 +0200 +++ b/sylpheed/receipt Mon Jul 20 00:50:46 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sylpheed" -VERSION="2.6.0" +VERSION="2.7.0" CATEGORY="network" SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client" MAINTAINER="fraazz@altern.org" @@ -9,7 +9,8 @@ BUILD_DEPENDS="openssl-dev glib glib-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://sylpheed.sraoss.jp/en/" -WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v2.6/$TARBALL" +WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v2.7/$TARBALL" +TAGS="mail internet" # Rules to configure and make the package. compile_rules() @@ -27,6 +28,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr + mkdir -p $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib }