diff options
Diffstat (limited to 'packages/nonworking/btchatd')
-rw-r--r-- | packages/nonworking/btchatd/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/btchatd/btchatd_011.bb | 18 |
2 files changed, 18 insertions, 0 deletions
diff --git a/packages/nonworking/btchatd/.mtn2git_empty b/packages/nonworking/btchatd/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/btchatd/.mtn2git_empty diff --git a/packages/nonworking/btchatd/btchatd_011.bb b/packages/nonworking/btchatd/btchatd_011.bb new file mode 100644 index 0000000000..db32266349 --- /dev/null +++ b/packages/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 +} + + |