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

recipes/utils/vamp-plugin-sdk/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: 'vamp-plugin-sdk'
pkgver: '2.10.0'
pkgrel: '2'
pkgdesc: 'The Vamp audio analysis plug-in system'
url: 'https://www.vamp-plugins.org/'
arch: x86_64
depends: []
makedepends:
- libsndfile

source:
- 'https://code.soundsoftware.ac.uk/attachments/download/2691/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ./${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

  # Obsolets libs
  rm -f ${PKGDIR}/usr/lib/libvamp-{,host}sdk.la

package: |
  true