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

recipes/gui/redland/PAGBUILD.yaml main

40 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: redland
pkgver: '1.0.17'
pkgrel: '7'
pkgdesc: 'Library that provides a high-level interface to RDF data'
url: 'https://download.librdf.org/source/'
arch: x86_64
depends: []
makedepends:
- rasqal
- db
- sqlite
- libiodbc

source:
- 'rpath.diff'
- 'https://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr \
  	--disable-static

  patch -Np0 -i ../rpath.diff
  make

  make DESTDIR=${PKGDIR} install

  # Obsolets libs
  rm -f ${PKGDIR}/usr/lib/librdf.la
  rm -f ${PKGDIR}/usr/lib/redland/librdf_storage_sqlite.la
  rm -f ${PKGDIR}/usr/lib/redland/librdf_storage_virtuoso.la


package: |
  true