summaryrefslogtreecommitdiffstats
path: root/audio-drivers/btsco
diff options
context:
space:
mode:
authorBearcat Sandor2006-08-21 23:34:24 -0600
committerBearcat Sandor2006-08-21 23:34:24 -0600
commit873a3517cd187e53675c62a3fb95c2cb570c8079 (patch)
treed59f8cba27abfd17e3bdd93d9733997622410b5c /audio-drivers/btsco
parentadb327da5907a3f801272c21c0b3c295fedaca40 (diff)
Initial version of btsco spell 0.42
Diffstat (limited to 'audio-drivers/btsco')
-rwxr-xr-xaudio-drivers/btsco/DEPENDS3
-rwxr-xr-xaudio-drivers/btsco/DETAILS15
-rw-r--r--audio-drivers/btsco/HISTORY4
3 files changed, 22 insertions, 0 deletions
diff --git a/audio-drivers/btsco/DEPENDS b/audio-drivers/btsco/DEPENDS
new file mode 100755
index 0000000000..5879802bbf
--- /dev/null
+++ b/audio-drivers/btsco/DEPENDS
@@ -0,0 +1,3 @@
+depends automake &&
+depends bluez-libs
+
diff --git a/audio-drivers/btsco/DETAILS b/audio-drivers/btsco/DETAILS
new file mode 100755
index 0000000000..ae4adf77e9
--- /dev/null
+++ b/audio-drivers/btsco/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=btsco
+ VERSION=0.42
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/bluetooth-alsa/$SOURCE
+ SOURCE_HASH=sha512:d1ee64b544a51ce07e6e87c846dce7ccf0dd0ee4f680351f4df4d6a75aa082b5b98f014167077c2248e0c44db8ad6c97d45388209777534be64859073bacc27c
+ WEB_SITE=http://bluetooth-alsa.sf.net/
+ ENTERED=20060821
+ UPDATED=20060821
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="ALSA drivers and daemons for using bluetooth audio devices"
+cat << EOF
+This project provides a way to use a bluetooth headset with Linux. We do this currently by making an alsa kernel driver which uses bluez to reach the headset. It works well enough now to get voice-quality audio to and from most headsets.
+EOF
diff --git a/audio-drivers/btsco/HISTORY b/audio-drivers/btsco/HISTORY
new file mode 100644
index 0000000000..ad33c47c0c
--- /dev/null
+++ b/audio-drivers/btsco/HISTORY
@@ -0,0 +1,4 @@
+2006-08-21 Bearcat M. Sandor <bearcat@feline-soul.com>
+ * Intial spell: DETAILS, HISTORY, DEPENDS
+
+