From 901ffa524e8e012d2352f4c62a1c8dbac418432a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 27 Jul 2005 13:01:05 +0000 Subject: nonworking: remove a couple of obsolete files. please don't put files loosely here, put them into directories --- packages/nonworking/btchatd/.mtn2git_empty | 0 packages/nonworking/btchatd/btchatd_011.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 packages/nonworking/btchatd/.mtn2git_empty create mode 100644 packages/nonworking/btchatd/btchatd_011.bb (limited to 'packages/nonworking/btchatd') diff --git a/packages/nonworking/btchatd/.mtn2git_empty b/packages/nonworking/btchatd/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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 +} + + -- cgit v1.2.3