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

recipes/utils/lrdf/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: lrdf
pkgver: '0.6.1'
pkgrel: '11'
pkgdesc: A library for the manipulation of RDF file in LADSPA plugins
url: 'https://github.com/swh/LRDF'
arch: x86_64
depends: []
makedepends:
- raptor
- ladspa
- icu
source:
- 'https://github.com/swh/LRDF/archive/v${pkgver}.tar.gz'
sha256sums:
- d579417c477ac3635844cd1b94f273ee2529a8c3b6b21f9b09d15f462b89b1ef
build: |
  cd ./LRDF-${pkgver}
  autoreconf -vfi
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install


  # Obsolets libs
  rm ${PKGDIR}/usr/lib/liblrdf.{l,}a
package: |
  true