contrib/sbc/Pkgfile

19 lines
401 B
Plaintext
Raw Normal View History

2019-08-24 00:34:06 +02:00
# Description: Bluetooth low-complexity, subband codec library
# URL: http://www.bluez.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=sbc
2020-12-21 16:06:46 +01:00
version=1.5
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
}