diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-21 13:10:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-21 13:10:47 +0000 |
commit | 876d14e3d326bd03baa4aafe4190bbd55168a197 (patch) | |
tree | 69485985b7043ca265e73636b7f086ce38aaa4b8 | |
parent | 99c82103fbd106e82c26c1c6bb4d9afc05a410be (diff) |
bluez-gnome: add 0.7 release
-rw-r--r-- | packages/bluez/bluez-gnome_0.7.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/bluez/bluez-gnome_0.7.bb b/packages/bluez/bluez-gnome_0.7.bb new file mode 100644 index 0000000000..d50e8e5fde --- /dev/null +++ b/packages/bluez/bluez-gnome_0.7.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "BLuetooth configuration applet" +LICENSE = "GPL+LGPL" + +DEPENDS = "dbus-glib gconf libnotify gtk+" + +SRC_URI = "http://bluez.sourceforge.net/download/${P}.tar.gz" + +inherit autotools pkgconfig gconf + +FILES_${PN} += "${datadir}/gconf" + |