sbc: Initial commit
This commit is contained in:
parent
ee15297766
commit
4bf9b9eb7b
11
sbc/.footprint
Normal file
11
sbc/.footprint
Normal file
@ -0,0 +1,11 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/sbc/
|
||||
-rw-r--r-- root/root usr/include/sbc/sbc.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/libsbc.la
|
||||
lrwxrwxrwx root/root usr/lib/libsbc.so -> libsbc.so.1.1.0
|
||||
lrwxrwxrwx root/root usr/lib/libsbc.so.1 -> libsbc.so.1.1.0
|
||||
-rwxr-xr-x root/root usr/lib/libsbc.so.1.1.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/sbc.pc
|
1
sbc/.md5sum
Normal file
1
sbc/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
ecadadbfd4b1dfe7b98f446c69126b23 sbc-1.1.tar.xz
|
22
sbc/Pkgfile
Normal file
22
sbc/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: Bluetooth low-complexity, subband codec library
|
||||
# URL: http://www.bluez.org/
|
||||
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
||||
# Depends on: libsndfile
|
||||
|
||||
name=sbc
|
||||
version=1.1
|
||||
release=1
|
||||
source=(http://www.kernel.org/pub/linux/bluetooth/sbc-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--disable-tester \
|
||||
--disable-tools
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user