]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nonworking/btchatd/btchatd_011.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nonworking / btchatd / btchatd_011.bb
1 DESCRIPTION = "btChat is a bluetooth based chatting/IM (instant messaging) system"
2 LICENSE = ""
3 HOMEPAGE="http://www.mulliner.org/bluetooth/btchat/"
4
5 DEPENDS = "bluez-libs"
6
7 SRC_URI="http://www.mulliner.org/bluetooth/btchat/btchatd_${PV}.tar.gz"
8 S = "${WORKDIR}/${PN}_${PV}/src"
9
10 do_compile() {
11 oe_runmake
12 }
13
14 do_install() {
15 oe_runmake install
16 }
17
18