aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/thone_0.7.bb
blob: 6e71ab00b6ba492b7607b0fde5db100e47e37103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Terminal phone for OpenMoko/FSO"
HOMEPAGE = "http://code.google.com/p/thone/"
LICENSE = "GPLv3"
AUTHOR = "pike"
RDEPENDS_${PN} = "bash python python-dbus"
PACKAGE_ARCH = "all"

SRC_URI = "http://thone.googlecode.com/files/${P}.tgz;name=archive"
SRC_URI[archive.md5sum] = "ddf90638ac279b359e9081e0271fe881"
SRC_URI[archive.sha256sum] = "e3eadb050b29385b9ffd2347bcc6cdbc75a681aba93efff4fee954cd6e39bb1e"

S = "${WORKDIR}/usr"

do_install() {
  install -d ${D}/usr
  cp -ra ${S}/bin ${D}/usr
  cp -ra ${S}/share ${D}/usr
}