wok-next diff sylpheed/receipt @ rev 11390
Update BUILD_DEPENDS of slitaz-18n according co CORE_PKGS; ensure thoses are cooked before slitaz-18n
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 05:08:01 2011 +0100 (2011-12-10) |
parents | c9a04d804c03 |
children | af9a1b47948c |
line diff
1.1 --- a/sylpheed/receipt Sat Feb 05 21:54:58 2011 +0000 1.2 +++ b/sylpheed/receipt Sat Dec 10 05:08:01 2011 +0100 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.