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
694bcbfc
Commit
694bcbfc
authored
3 years ago
by
prspkt
Committed by
prspkt
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/libexttextcat: upgrade to 3.4.6, modernize
parent
69112792
No related branches found
No related tags found
1 merge request
!30378
community/libexttextcat: upgrade to 3.4.6, modernize
Pipeline
#110094
canceled
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/libexttextcat/APKBUILD
+6
-14
6 additions, 14 deletions
community/libexttextcat/APKBUILD
with
6 additions
and
14 deletions
community/libexttextcat/APKBUILD
+
6
−
14
View file @
694bcbfc
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname
=
libexttextcat
pkgver
=
3.4.
5
pkgrel
=
1
pkgver
=
3.4.
6
pkgrel
=
0
pkgdesc
=
"An N-Gram-Based Text Categorization library"
url
=
"https://wiki.documentfoundation.org/Libexttextcat"
arch
=
"all"
license
=
"MPL-2.0"
checkdepends
=
"bash"
subpackages
=
"
$pkgname
-dev"
source
=
"https://dev-www.libreoffice.org/src/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
default_prepare
update_config_sub
update_config_guess
}
source
=
"https://dev-www.libreoffice.org/src/libexttextcat/libexttextcat-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -32,13 +24,13 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"f05a9f08c2f2f335d0e483c024321b96fee7424bc1398d4c6acbd9c501f92e22f881bc3d6ec2c0434f9bf4604f3c4b0e880e37d3d0de410eac1a20ea6669baa6 libexttextcat-3.4.5.tar.xz"
sha512sums
=
"
5fe7b9b78d2d81b26ba07ce16c6dae490369a0a8b11561cc1260d893c86ef54cf76982751927eed71ac792cdbb47bac0f7acc71939a38c93310ee2bda174448b libexttextcat-3.4.6.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