From fca078aa733f62af557a87a36e05f9219647b88f Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 1 Sep 2007 06:37:24 +0000 Subject: ttimgextract: add svn version --- packages/opentom/ttimgextract.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/opentom/ttimgextract.bb (limited to 'packages/opentom/ttimgextract.bb') diff --git a/packages/opentom/ttimgextract.bb b/packages/opentom/ttimgextract.bb new file mode 100644 index 0000000000..02d2e1515d --- /dev/null +++ b/packages/opentom/ttimgextract.bb @@ -0,0 +1,17 @@ +LICENSE = "None" +DESCRIPTION = "A tool to extract the ttsystem images into their components." + +SRC_URI = "svn://svn.opentom.org/opentom/trunk/;module=ttimgextract;proto=http" + +PV = "0.0+svn${SRCDATE}" +S = "${WORKDIR}/${PN}" + + +do_compile() { + ${CC} -o ttimgextract ttimgextract.c -DPATH_MAX=4096 ${TARGET_CC_ARCH} +} + +do_install () { + install -d ${D}${bindir} + install -m 0755 ${S}/ttimgextract ${D}${bindir}/ +} -- cgit v1.2.3