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

recipes/utils/rnnoise/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: rnnoise
pkgver: '0.4.1'
pkgrel: '2'
pkgdesc: 'A noise suppression lib based on recurrent neural network'
url: 'https://gitlab.xiph.org/xiph/rnnoise'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- m4
- grep
- sed
- libtool

source:
- 'https://gitlab.xiph.org/xiph/rnnoise/-/archive/1cbdbcf1283499bbb2230a6b0f126eb9b236defd/${pkgname}-1cbdbcf1283499bbb2230a6b0f126eb9b236defd.tar.gz'

sha256sums:
- SKIP

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

package: |
  true