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

recipes/utils/speexdsp/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: speexdsp
pkgver: '1.2.1'
pkgrel: '2'
pkgdesc: 'DSP library derived from Speex'
url: 'https://www.speex.org'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://downloads.us.xiph.org/releases/speex/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
              --sysconfdir=/etc \
              --localstatedir=/var \
              --disable-static

    make
    make DESTDIR=${PKGDIR} install

package: |
  true