# HG changeset patch # User Christophe Lincoln # Date 1306275707 -7200 # Node ID 46bdddb99587f357e5036d273a2f85ec2890654f # Parent a0228cea2931e7a9680ad86017328dbc22c55330 sylpheed: make much lighter without all deps (we may want sylpheed-full with gpg, spell and ldap support) diff -r a0228cea2931 -r 46bdddb99587 sylpheed/receipt --- a/sylpheed/receipt Wed May 25 00:06:24 2011 +0200 +++ b/sylpheed/receipt Wed May 25 00:21:47 2011 +0200 @@ -1,29 +1,27 @@ # SliTaz package receipt. PACKAGE="sylpheed" -VERSION="3.1.0" +VERSION="3.1.1" CATEGORY="network" SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client" -MAINTAINER="fraazz@altern.org" -DEPENDS="gtk+ libssl gpgme gnupg xorg-libXdamage" -BUILD_DEPENDS="openssl-dev glib glib-dev gtk+-dev expat-dev pkg-config" +MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://sylpheed.sraoss.jp/en/" WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.1/$TARBALL" TAGS="mail internet" +DEPENDS="gtk+ libssl" +BUILD_DEPENDS="gtk+-dev openssl-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ --disable-gtkspell \ + --disable-updatecheck \ $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.