summaryrefslogtreecommitdiff
path: root/bluez-utils
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2008-03-27 20:58:26 -0430
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2008-03-27 20:58:26 -0430
commit75554f6b316ab6b2da0d4958a5c427c686996c77 (patch)
tree9436d84fd39a061db8a55967bbe5c2775b2f3fd4 /bluez-utils
parenteee52ed4283c14676b735b283207ed73525e5437 (diff)
downloadcontrib-75554f6b316ab6b2da0d4958a5c427c686996c77.tar.gz
contrib-75554f6b316ab6b2da0d4958a5c427c686996c77.tar.xz
bluez-utils: Initial commit
Diffstat (limited to 'bluez-utils')
-rw-r--r--bluez-utils/.footprint56
-rw-r--r--bluez-utils/.md5sum1
-rw-r--r--bluez-utils/Pkgfile29
3 files changed, 86 insertions, 0 deletions
diff --git a/bluez-utils/.footprint b/bluez-utils/.footprint
new file mode 100644
index 000000000..454047342
--- /dev/null
+++ b/bluez-utils/.footprint
@@ -0,0 +1,56 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/bluetooth/
+-rw-r--r-- root/root etc/bluetooth/hcid.conf
+-rw------- root/root etc/bluetooth/pin
+-rw-r--r-- root/root etc/bluetooth/rfcomm.conf
+drwxr-xr-x root/root etc/default/
+-rw-r--r-- root/root etc/default/bluetooth
+drwxr-xr-x root/root etc/rc.d/
+-rwxr-xr-x root/root etc/rc.d/bluetooth
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/bluepin
+-rwxr-xr-x root/root usr/bin/ciptool
+-rwxr-xr-x root/root usr/bin/dund
+-rwxr-xr-x root/root usr/bin/hcitool
+-rwxr-xr-x root/root usr/bin/hidd
+-rwxr-xr-x root/root usr/bin/l2ping
+-rwxr-xr-x root/root usr/bin/pand
+-rwxr-xr-x root/root usr/bin/rfcomm
+-rwxr-xr-x root/root usr/bin/sdptool
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/alsa-lib/
+-rwxr-xr-x root/root usr/lib/alsa-lib/libasound_module_pcm_a2dp.la
+-rwxr-xr-x root/root usr/lib/alsa-lib/libasound_module_pcm_a2dp.so
+-rwxr-xr-x root/root usr/lib/alsa-lib/libasound_module_pcm_headset.la
+-rwxr-xr-x root/root usr/lib/alsa-lib/libasound_module_pcm_headset.so
+drwxr-xr-x root/root usr/lib/cups/
+drwxr-xr-x root/root usr/lib/cups/backend/
+-rwxr-xr-x root/root usr/lib/cups/backend/bluetooth
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/ciptool.1.gz
+-rw-r--r-- root/root usr/man/man1/dund.1.gz
+-rw-r--r-- root/root usr/man/man1/hcitool.1.gz
+-rw-r--r-- root/root usr/man/man1/hidd.1.gz
+-rw-r--r-- root/root usr/man/man1/l2ping.1.gz
+-rw-r--r-- root/root usr/man/man1/pand.1.gz
+-rw-r--r-- root/root usr/man/man1/rfcomm.1.gz
+-rw-r--r-- root/root usr/man/man1/sdptool.1.gz
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/hcid.conf.5.gz
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/hciattach.8.gz
+-rw-r--r-- root/root usr/man/man8/hciconfig.8.gz
+-rw-r--r-- root/root usr/man/man8/hcid.8.gz
+-rw-r--r-- root/root usr/man/man8/hid2hci.8.gz
+-rw-r--r-- root/root usr/man/man8/sdpd.8.gz
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/hciattach
+-rwxr-xr-x root/root usr/sbin/hciconfig
+-rwxr-xr-x root/root usr/sbin/hcid
+-rwxr-xr-x root/root usr/sbin/hid2hci
+-rwxr-xr-x root/root usr/sbin/sdpd
+drwxr-xr-x root/root usr/var/
+drwxr-xr-x root/root usr/var/lib/
+drwxr-xr-x root/root usr/var/lib/bluetooth/
diff --git a/bluez-utils/.md5sum b/bluez-utils/.md5sum
new file mode 100644
index 000000000..919dbe5bd
--- /dev/null
+++ b/bluez-utils/.md5sum
@@ -0,0 +1 @@
+ae3729ab5592be06ed01b973d4b3e9fe bluez-utils-2.25.tar.gz
diff --git a/bluez-utils/Pkgfile b/bluez-utils/Pkgfile
new file mode 100644
index 000000000..5bff2263f
--- /dev/null
+++ b/bluez-utils/Pkgfile
@@ -0,0 +1,29 @@
+# Description: Official linux bluetooth protocol stack - utilities
+# URL: http://www.bluez.org/
+# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
+# Depends on: python, cups, libusb, bluez-libs
+
+name=bluez-utils
+version=2.25
+release=1
+source=(http://bluez.sourceforge.net/download/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --enable-alsa \
+ --enable-cups \
+ --enable-initscripts \
+ --enable-hid2hci \
+ --disable-dbus \
+ --disable-nls
+
+ make
+ make DESTDIR=$PKG install
+
+ mv $PKG/etc/init.d $PKG/etc/rc.d
+ sed -i 's#/etc/init.d#/etc/rc.d#' $PKG/etc/rc.d/bluetooth
+
+ chown -R root:root $PKG
+}

Generated by cgit