contrib/sbc/Pkgfile

19 lines
402 B
Plaintext
Raw Normal View History

2019-08-24 00:34:06 +02:00
# Description: Bluetooth low-complexity, subband codec library
2023-12-27 09:56:11 +01:00
# URL: https://www.bluez.org/
2019-08-24 00:34:06 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=sbc
2022-06-25 12:13:02 +02:00
version=2.0
2019-08-24 00:34:06 +02:00
release=1
2019-08-24 00:38:56 +02:00
source=(https://www.kernel.org/pub/linux/bluetooth/sbc-$version.tar.xz)
2019-08-24 00:34:06 +02:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-{static,tester,tools}
make
make DESTDIR=$PKG install
}