summaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/btchatd/btchatd_011.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/btchatd/btchatd_011.bb')
-rw-r--r--recipes/nonworking/btchatd/btchatd_011.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/nonworking/btchatd/btchatd_011.bb b/recipes/nonworking/btchatd/btchatd_011.bb
new file mode 100644
index 0000000000..db32266349
--- /dev/null
+++ b/recipes/nonworking/btchatd/btchatd_011.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "btChat is a bluetooth based chatting/IM (instant messaging) system"
+LICENSE = ""
+HOMEPAGE="http://www.mulliner.org/bluetooth/btchat/"
+
+DEPENDS = "bluez-libs"
+
+SRC_URI="http://www.mulliner.org/bluetooth/btchat/btchatd_${PV}.tar.gz"
+S = "${WORKDIR}/${PN}_${PV}/src"
+
+do_compile() {
+oe_runmake
+}
+
+do_install() {
+oe_runmake install
+}
+
+