Skip to content

Commit

Permalink
gnome-bluetooth: move it to gnome repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Mar 16, 2013
1 parent 087aa0e commit 64e7dd3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
12 changes: 12 additions & 0 deletions desktop/gnome-bluetooth/BUILD
@@ -0,0 +1,12 @@
(

./configure --prefix=${GNOME26_PREFIX:-/usr} \
--build=$BUILD \
--sysconfdir=/etc \
--localstatedir=/var \
--infodir=${GNOME26_PREFIX:-/usr}/share/info \
--mandir=${GNOME26_PREFIX:-/usr}/share/man \
$OPTS &&
default_make

) > $C_FIFO 2>&1
3 changes: 3 additions & 0 deletions desktop/gnome-bluetooth/DEPENDS
@@ -0,0 +1,3 @@
depends libbtctl
depends libunique
depends gob2
26 changes: 26 additions & 0 deletions desktop/gnome-bluetooth/DETAILS
@@ -0,0 +1,26 @@
MODULE=gnome-bluetooth
MAJOR=2.30
VERSION=$MAJOR.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
SOURCE_VFY=sha1:76183906a0d644547bd4192a43908cdd00292ece
WEB_SITE=http://www.usefulinc.com/software/gnome-bluetooth
ENTERED=20030930
UPDATED=20100509
SHORT="bluetooth app for GNOME"

cat << EOF
Gnome-Bluetooth is a Full Bluetooth app for gnome allowing all bluetooth
devices to communicate through your Gnome Desktop.
Current features include:
* Bonobo component to manage the discovery of nearby Bluetooth devices
* Component will create serial (RFCOMM) connections for clients to
devices
* libbtcl, a GObject wrapper for Bluetooth functionality
* An OBEX server, so you can "beam" files such as pictures, addresses
or contacts from other Bluetooth devices to your computer
* An OBEX push send tool, so you can beam files from your computer to
remote devices.
* gnome-vfs plugin so Nautilus can navigate known Bluetooth devices,
and send files to them via drag'n'drop.
EOF

0 comments on commit 64e7dd3

Please sign in to comment.