summaryrefslogtreecommitdiffstats
path: root/audio-libs/sbc/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/sbc/DETAILS')
-rwxr-xr-xaudio-libs/sbc/DETAILS17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio-libs/sbc/DETAILS b/audio-libs/sbc/DETAILS
new file mode 100755
index 0000000000..4c5ec5ab48
--- /dev/null
+++ b/audio-libs/sbc/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=sbc
+ VERSION=1.0
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+ SOURCE2=$SPELL-$VERSION.tar.sign
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_URL[0]=$KERNEL_URL/pub/linux/bluetooth/${SOURCE}
+ SOURCE2_URL[0]=$KERNEL_URL/pub/linux/bluetooth/${SOURCE2}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.bluez.org/"
+ LICENSE[0]="GPLv2"
+ ENTERED=20130209
+ SHORT="Bluetooth Subband Codec (SBC) library"
+cat << EOF
+SBC is an audio subband codec specified by the Bluetooth Special Interest
+Group for A2DP. SBC is used to transfer data to Bluetooth audio devices.
+EOF