wok-next view sylfilter/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }