wok-next view sylfilter/receipt @ rev 20802

perl: I. upgrade 5.26.1 (2017 Sep.) -> 5.26.2 (2018 April) II. add also integrity check
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 05:55:55 2018 +0000 (2018-06-13)
parents 2809ecb8c754
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sylfilter"
4 VERSION="0.8"
5 CATEGORY="network"
6 SHORT_DESC="SylFilter is a light message filter library and command-line tools"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://sylpheed.sraoss.jp/sylfilter/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://sylpheed.sraoss.jp/sylfilter/src/$TARBALL"
14 BUILD_DEPENDS="sqlite3-dev gfortran glib-dev"
16 COOKOPTS="skip-log-errors"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="sqlite3"
28 TAGS="mail email filter spam"
29 }