wok view sylpheed/receipt @ rev 10452

slim-dev: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 11:03:24 2011 +0200 (2011-05-25)
parents c9a04d804c03
children af9a1b47948c
line source
1 # SliTaz package receipt.
3 PACKAGE="sylpheed"
4 VERSION="3.1.1"
5 CATEGORY="network"
6 SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client"
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://sylpheed.sraoss.jp/en/"
10 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.1/$TARBALL"
11 TAGS="mail internet"
13 DEPENDS="gtk+ libssl"
14 BUILD_DEPENDS="gtk+-dev openssl-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --disable-gtkspell \
22 --disable-updatecheck \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
31 cp -a $_pkg/usr/bin $fs/usr
32 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
33 }