wok-next view sylpheed/receipt @ rev 40

Add : sylpheed + bogofilter (anti spam)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 18 14:12:28 2007 +0100 (2007-12-18)
parents
children 4959e5789caa
line source
1 # SliTaz package receipt.
3 PACKAGE="sylpheed"
4 VERSION="2.4.7"
5 CATEGORY="extra"
6 SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://sylpheed.sraoss.jp/en/"
11 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v2.4/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr \
18 --infodir=/usr/share/info \
19 --mandir=/usr/share/man $CONFIGURE_ARGS
20 make
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share/pixmaps $fs/usr/share/locale
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $src/sylpheed.png $fs/usr/share/pixmaps
30 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
31 strip -s $fs/usr/bin/*
32 }