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

recipes/utils/celt/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: celt
pkgver: '0.11.3'
pkgrel: '3'
pkgdesc: Low-latency audio communication codec
url: 'https://www.celt-codec.org/'
arch: x86_64
depends: []
makedepends:
- libogg
source:
- 'https://downloads.us.xiph.org/releases/celt/celt-${pkgver}.tar.gz'
sha256sums:
- 7e64815d4a8a009d0280ecd235ebd917da3abdcfd8f7d0812218c085f9480836
build: |
  cd celt-${pkgver}
  ./configure --prefix=/usr --enable-custom-modes --disable-static
  make
  make DESTDIR=${PKGDIR} install

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/celt/LICENSE
  rm -f ${PKGDIR}/usr/lib/libcelt0.la
package: |
  true