liblrdf, bump to 0.6.1 (#13769)

This commit is contained in:
Schrijvers Luc
2026-02-22 18:54:30 +01:00
committed by GitHub
parent 7092dd38ee
commit 2ffe563633

View File

@@ -5,16 +5,16 @@ It can also be used for general RDF manipulation.
It can read RDF/XLM and N3 files and export N3 files, it also has a light \
taxonomic inference capablility."
HOMEPAGE="https://github.com/swh/LRDF/"
COPYRIGHT="2004,2011,2015 Steve Harris, Taybin Rutkin"
COPYRIGHT="2004,2011,2017 Steve Harris, Taybin Rutkin"
LICENSE="GNU GPL v2"
REVISION="6"
SOURCE_URI="https://github.com/swh/LRDF/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="ba803af936fd53a8b31651043732e6d6cec3d24fa24d2cb8c1506c2d1675e2a2"
SOURCE_FILENAME="liblrdf-$portVersion,tar.gz"
REVISION="1"
SOURCE_URI="https://github.com/swh/LRDF/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="d579417c477ac3635844cd1b94f273ee2529a8c3b6b21f9b09d15f462b89b1ef"
SOURCE_FILENAME="liblrdf-v$portVersion,tar.gz"
SOURCE_DIR="LRDF-$portVersion"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
libVersion="2.0.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
@@ -84,5 +84,7 @@ INSTALL()
TEST()
{
make check
# 1 of 10 files fails (crash) known issue?
# https://github.com/swh/LRDF/issues/9
make VERBOSE=1 check
}