milis/talimatname/genel/s/sbc/talimat

20 lines
445 B
Plaintext
Raw Normal View History

2017-04-14 14:33:53 +02:00
# Description: Verileri Bluetooth ses çıkış cihazlarına aktarmak için kullanılan dijital ses kodlayıcı ve kod çözücü.
2016-02-24 01:27:23 +01:00
# URL: https://fr.wikipedia.org/wiki/SBC_%28codec%29
2017-04-14 14:33:53 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: libsndfile
2017-04-14 14:33:53 +02:00
2016-02-24 01:27:23 +01:00
name=sbc
version=1.2
release=1
source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.xz)
build()
{
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}