aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/btchatd/btchatd_011.bb
blob: db32266349ae61d4cedd8c574e47cd8358e2623b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}