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

recipes/utils/sbc/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: sbc
pkgver: '2.2'
pkgrel: '1'
pkgdesc: 'Digital audio encoder and decoder used to transfer data to Bluetooth audio output devices.'
url: 'https://fr.wikipedia.org/wiki/SBC_%28codec%29'
arch: x86_64
depends: []
makedepends:
- libsndfile

source:
- 'https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

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

  rm -f ${PKGDIR}/usr/lib/libsbc.la

package: |
  true