wok-next view sylfilter/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 10df65db91ad
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sylfilter"
4 VERSION="0.8"
5 CATEGORY="network"
6 SHORT_DESC="Lightweight message filter library and command-line tools"
7 MAINTAINER="devel@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 }