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

recipes/utils/speex/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: speex
pkgver: '1.2beta3.2'
pkgrel: 1
pkgdesc: A free codec for free speech
url: 'https://www.speex.org/'
arch: x86_64
depends: []
makedepends:
- libogg
source:
- 'https://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --disable-static \
  --docdir=/usr/share/doc/speex-${pkgver}
  make
  make DESTDIR=${PKGDIR} install

  rm -f ${PKGDIR}/usr/lib/libspeex.la
package: |
  true