wok-next view sylfilter/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }