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
aaafb96c
Commit
aaafb96c
authored
3 years ago
by
J0WI
Committed by
prspkt
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/redland: modernize
parent
03b4dbdd
No related branches found
No related tags found
1 merge request
!23117
community/redland: modernize
Pipeline
#87180
canceled
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/redland/APKBUILD
+14
-17
14 additions, 17 deletions
community/redland/APKBUILD
with
14 additions
and
17 deletions
community/redland/APKBUILD
+
14
−
17
View file @
aaafb96c
# Contributor:
# Contributor:
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
redland
pkgver
=
1.0.17
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"high-level RDF library"
url
=
"http://
www.
librdf.org/"
url
=
"http
s
://librdf.org/"
arch
=
"all"
license
=
"GPL"
depends
=
license
=
"LGPL-2.1-or-later"
depends_dev
=
"raptor2-dev rasqal-dev sqlite-dev"
makedepends
=
"
$depends_dev
perl"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://download.librdf.org/source/redland-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/redland-
$pkgver
source
=
"https://download.librdf.org/source/redland-
$pkgver
.tar.gz"
prepare
()
{
default_prepare
||
return
1
update_config_guess
||
return
1
update_config_sub
||
return
1
default_prepare
update_config_guess
update_config_sub
}
build
()
{
...
...
@@ -28,14 +24,15 @@ build() {
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
||
return
1
make
||
return
1
--localstatedir
=
/var
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"363323ffc9e75d4f0e3a3b40952f6241fd0d8b9f46bfd4dd86cf0a5162de35257a8b70ce408a6083c03ba7c388982231a3774e5e9024b262ebb02968f778b850 redland-1.0.17.tar.gz"
sha512sums
=
"
363323ffc9e75d4f0e3a3b40952f6241fd0d8b9f46bfd4dd86cf0a5162de35257a8b70ce408a6083c03ba7c388982231a3774e5e9024b262ebb02968f778b850 redland-1.0.17.tar.gz
"
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