Skip to content
Snippets Groups Projects
Commit aaafb96c authored by J0WI's avatar J0WI Committed by prspkt
Browse files

community/redland: modernize

parent 03b4dbdd
No related branches found
No related tags found
1 merge request!23117community/redland: modernize
Pipeline #87180 canceled
# 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="https://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
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment