wok-next rev 10432
sylpheed: make much lighter without all deps (we may want sylpheed-full with gpg, spell and ldap support)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 00:21:47 2011 +0200 (2011-05-25) |
parents | a0228cea2931 |
children | b3a5a76246a3 |
files | sylpheed/receipt |
line diff
1.1 --- a/sylpheed/receipt Wed May 25 00:06:24 2011 +0200 1.2 +++ b/sylpheed/receipt Wed May 25 00:21:47 2011 +0200 1.3 @@ -1,29 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sylpheed" 1.7 -VERSION="3.1.0" 1.8 +VERSION="3.1.1" 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 -DEPENDS="gtk+ libssl gpgme gnupg xorg-libXdamage" 1.13 -BUILD_DEPENDS="openssl-dev glib glib-dev gtk+-dev expat-dev pkg-config" 1.14 +MAINTAINER="pankso@slitaz.org" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://sylpheed.sraoss.jp/en/" 1.17 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.1/$TARBALL" 1.18 TAGS="mail internet" 1.19 1.20 +DEPENDS="gtk+ libssl" 1.21 +BUILD_DEPENDS="gtk+-dev openssl-dev" 1.22 + 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 cd $src 1.27 ./configure \ 1.28 - --prefix=/usr \ 1.29 - --infodir=/usr/share/info \ 1.30 - --mandir=/usr/share/man \ 1.31 --disable-gtkspell \ 1.32 + --disable-updatecheck \ 1.33 $CONFIGURE_ARGS && 1.34 - make && 1.35 - make DESTDIR=$PWD/_pkg install 1.36 + make && make install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg.