🔒 Repository is read-only – file editing is disabled.

recipes/utils/raptor/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: raptor
pkgver: '2.0.16'
pkgrel: '8'
pkgdesc: 'A C library that parses RDF/XML/N-Triples into RDF triples'
url: 'https://download.librdf.org/source/'
arch: x86_64
depends: []
makedepends:
- expat
- libxml2
- curl
- icu

source:
- 'https://librdf.org/dist/source/raptor2-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd raptor2-${pkgver}

  sed -i 's/20627/20627 \&\& LIBXML_VERSION < 21100/' src/raptor_libxml.c
  ./configure --prefix=/usr \
  --disable-static \
  --with-icu-config=/usr/bin/icu-config
  make
  make DESTDIR=${PKGDIR} install

  # Obsolets lib
  rm -f ${PKGDIR}/usr/lib/libraptor2.la

package: |
  true