Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
08e81b37
Commit
08e81b37
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/bogofilter: upgrade to 1.2.5
parent
8c47dd8f
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/bogofilter/APKBUILD
+9
-23
9 additions, 23 deletions
community/bogofilter/APKBUILD
with
9 additions
and
23 deletions
community/bogofilter/APKBUILD
+
9
−
23
View file @
08e81b37
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname
=
bogofilter
pkgver
=
1.2.
4
pkgver
=
1.2.
5
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
/"
url
=
"http
s
://bogofilter.sourceforge.
io
/"
arch
=
"all"
license
=
"GPL-2.0"
depends
=
""
depends_dev
=
""
makedepends
=
"sqlite-dev"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"https://downloads.sourceforge.net/project/bogofilter/bogofilter-stable/
${
pkgname
}
-
${
pkgver
}
/
${
pkgname
}
-
${
pkgver
}
.tar.bz2"
builddir
=
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
prepare
()
{
default_prepare
||
return
1
update_config_guess
||
return
1
}
source
=
"https://downloads.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
./configure
--prefix
=
/usr
\
--with-included-gsl
\
--with-database
=
sqlite3
||
return
1
make
./configure
--prefix
=
/usr
\
--with-included-gsl
\
--with-database
=
sqlite3
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
${
pkgdir
}
install
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"
sha512sums
=
"3a7280485cfe5802dd3e9721c153f88ccf28bff7a6a24590e985e860d1f1e0ddea7bde8a8e5ad1ff643e94c9fd7b26b2a5ed5a9fb991cee3fd5b0ce67ce9abfe bogofilter-1.2.5.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment