wok-4.x diff sylpheed/receipt @ rev 3824
Fix: pciutils, include only one ids file
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Aug 06 17:52:46 2009 +0200 (2009-08-06) |
parents | 0b02072d7f48 |
children | ea40c965723a |
line diff
1.1 --- a/sylpheed/receipt Mon Mar 16 22:38:09 2009 +0000 1.2 +++ b/sylpheed/receipt Thu Aug 06 17:52:46 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sylpheed" 1.7 -VERSION="2.6.0" 1.8 +VERSION="2.7.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client" 1.11 MAINTAINER="fraazz@altern.org" 1.12 @@ -9,7 +9,8 @@ 1.13 BUILD_DEPENDS="openssl-dev glib glib-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://sylpheed.sraoss.jp/en/" 1.16 -WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v2.6/$TARBALL" 1.17 +WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v2.7/$TARBALL" 1.18 +TAGS="mail internet" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 @@ -27,6 +28,7 @@ 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - mkdir -p $fs/usr 1.27 + mkdir -p $fs/usr/lib 1.28 cp -a $_pkg/usr/bin $fs/usr 1.29 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.30 }