sbc.paketlendi
This commit is contained in:
parent
5a5df60cd2
commit
11b1c09844
1 changed files with 9 additions and 9 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Tanım: Verileri Bluetooth ses çıkış cihazlarına aktarmak için kullanılan dijital ses kodlayıcı ve kod çözücü.
|
# Tanım: Verileri Bluetooth ses çıkış cihazlarına aktarmak için kullanılan dijital ses kodlayıcı ve kod çözücü.
|
||||||
# URL: https://fr.wikipedia.org/wiki/SBC_%28codec%29
|
# URL: https://fr.wikipedia.org/wiki/SBC_%28codec%29
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: libsndfile
|
# Gerekler:
|
||||||
|
|
||||||
isim=sbc
|
isim=sbc
|
||||||
surum=1.2
|
surum=1.3
|
||||||
devir=1
|
devir=1
|
||||||
|
|
||||||
kaynak=(http://www.kernel.org/pub/linux/bluetooth/$isim-$surum.tar.xz)
|
kaynak=(http://www.kernel.org/pub/linux/bluetooth/$isim-$surum.tar.xz)
|
||||||
|
|
||||||
derle()
|
derle() {
|
||||||
{
|
cd $isim-$surum
|
||||||
cd $isim-$surum
|
./configure --prefix=/usr \
|
||||||
./configure --prefix=/usr \
|
--disable-static \
|
||||||
--disable-static
|
--disable-tester
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue