aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-01-13 15:10:49 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2017-01-13 15:19:00 +0100
commit08f8342c3aef359cf5089dd3aa217355f69cc6e9 (patch)
tree44cc2ab166428ecc08cfd5f8c5ee5d5b30462a25 /testing
parent2399dd2a5a6a24f0f1ac9580ca4683a007cc9d40 (diff)
downloadaports-08f8342c3aef359cf5089dd3aa217355f69cc6e9.tar.bz2
aports-08f8342c3aef359cf5089dd3aa217355f69cc6e9.tar.xz
testing/bogofilter: remove
was moved to community in commit fad19051951129081c94d9ca641af6bbb1389e20
Diffstat (limited to 'testing')
-rw-r--r--testing/bogofilter/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/bogofilter/APKBUILD b/testing/bogofilter/APKBUILD
deleted file mode 100644
index 508c165196..0000000000
--- a/testing/bogofilter/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
-# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
-pkgname=bogofilter
-pkgver=1.2.4
-pkgrel=0
-pkgdesc="A Bayesian mail filter that classifies mail by statistical analysis of the message's header and content."
-url="http://bogofilter.sourceforge.net/"
-arch="all"
-license="GPL2"
-depends=""
-depends_dev=""
-makedepends="sqlite-dev"
-install=""
-subpackages="$pkgname-doc"
-source="http://downloads.sourceforge.net/project/bogofilter/bogofilter-stable/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2"
-
-builddir=${srcdir}/${pkgname}-${pkgver}
-build() {
- cd "$builddir"
- ./configure --prefix=/usr \
- --with-included-gsl \
- --with-database=sqlite3 || return 1
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR=${pkgdir} install
-}
-
-md5sums="d0a5eebb3274b23ceabe766a6443a1c5 bogofilter-1.2.4.tar.bz2"
-sha256sums="e10287a58d135feaea26880ce7d4b9fa2841fb114a2154bf7da8da98aab0a6b4 bogofilter-1.2.4.tar.bz2"
-sha512sums="e8c0b6bcc14f12fbbb2752e697a6d9065e17abfca3f70045ce9fe668d01c1cfad4adaa35c81546ecdd3639b0c28f3f4776bb5ed4699f21e9e2a5b19ca33479db bogofilter-1.2.4.tar.bz2"