diff --git a/desktop/gnome-bluetooth/BUILD b/desktop/gnome-bluetooth/BUILD new file mode 100644 index 0000000..2259d76 --- /dev/null +++ b/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 diff --git a/desktop/gnome-bluetooth/DEPENDS b/desktop/gnome-bluetooth/DEPENDS new file mode 100644 index 0000000..1ea8c4c --- /dev/null +++ b/desktop/gnome-bluetooth/DEPENDS @@ -0,0 +1,3 @@ +depends libbtctl +depends libunique +depends gob2 diff --git a/desktop/gnome-bluetooth/DETAILS b/desktop/gnome-bluetooth/DETAILS new file mode 100644 index 0000000..d743d49 --- /dev/null +++ b/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