mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
Merge pull request #2079 from gour/master
New package: bogofilter-1.2.4
This commit is contained in:
commit
c30a79c309
1 changed files with 21 additions and 0 deletions
21
srcpkgs/bogofilter/template
Normal file
21
srcpkgs/bogofilter/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'bogofilter'
|
||||||
|
pkgname=bogofilter
|
||||||
|
version=1.2.4
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--sysconfdir=/etc/${pkgname} --with-database=sqlite"
|
||||||
|
depends="perl"
|
||||||
|
makedepends="gsl-devel sqlite-devel"
|
||||||
|
short_desc="A fast Bayesian spam filtering tool"
|
||||||
|
maintainer="Gour <gour@atmarama.net>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://bogofilter.sourceforge.net"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=d2f2598d1300307209b7b1905cc0637d2d053c0a4701a8d44383867299578471
|
||||||
|
|
||||||
|
conf_files="/etc/bogofilter/bogofilter.cf"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall bogofilter.cf.example 644 etc/bogofilter bogofilter.cf
|
||||||
|
vcopy contrib usr/share/contrib
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue