🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930
pkgname: rasqal
pkgver: '0.9.33'
pkgrel: '4'
pkgdesc: 'A free C library that handles Resource Description Framework (RDF) query syntaxes'
url: 'https://download.librdf.org/source/'
arch: x86_64
depends: []
makedepends:
- libxslt
- raptor
- libgcrypt
source:
- 'https://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=${PKGDIR} install
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/librasqal.la
package: |
true