summaryrefslogtreecommitdiff
path: root/packages/nonworking/btchatd
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-27 13:01:05 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-27 13:01:05 +0000
commit901ffa524e8e012d2352f4c62a1c8dbac418432a (patch)
treeaaeeadf35ec2486779985156389f2af2d68eb047 /packages/nonworking/btchatd
parenta25707631d7354c6b64a27d8622d9bc8556646d8 (diff)
nonworking: remove a couple of obsolete files. please don't put files loosely here, put them into directories
Diffstat (limited to 'packages/nonworking/btchatd')
-rw-r--r--packages/nonworking/btchatd/.mtn2git_empty0
-rw-r--r--packages/nonworking/btchatd/btchatd_011.bb18
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
+}
+
+