wok-next annotate sylfilter/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
parents 10df65db91ad
children
rev   line source
al@20604 1 # SliTaz package receipt v2.
pankso@19547 2
pankso@19547 3 PACKAGE="sylfilter"
pankso@19547 4 VERSION="0.8"
pankso@19547 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Lightweight message filter library and command-line tools"
al@21020 7 MAINTAINER="devel@slitaz.org"
pankso@19547 8 LICENSE="BSD"
al@20604 9 WEB_SITE="http://sylpheed.sraoss.jp/sylfilter/"
al@20604 10
pankso@19547 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@19547 12 WGET_URL="http://sylpheed.sraoss.jp/sylfilter/src/$TARBALL"
pankso@19547 13
pascal@20098 14 BUILD_DEPENDS="sqlite3-dev gfortran glib-dev"
pankso@19547 15
al@20604 16 COOKOPTS="skip-log-errors"
al@20604 17
al@20604 18 compile_rules() {
al@20604 19 ./configure $CONFIGURE_ARGS &&
al@20604 20 fix libtool &&
al@20604 21 make &&
al@20604 22 make install
pankso@19547 23 }
pankso@19547 24
al@20604 25 genpkg_rules() {
al@20604 26 copy @std
al@20604 27 DEPENDS="sqlite3"
al@20604 28 TAGS="mail email filter spam"
pankso@19547 29 }