From: Koen Kooi Date: Mon, 18 Dec 2006 09:06:36 +0000 (+0000) Subject: opentapi: add svn version X-Git-Tag: Release-2010-05/1~9453^2~129^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7b848eb003165969394771c853b382d80625d3;p=openembedded.git opentapi: add svn version --- diff --git a/packages/ezx/opentapi_svn.bb b/packages/ezx/opentapi_svn.bb new file mode 100644 index 0000000000..c932aeaf22 --- /dev/null +++ b/packages/ezx/opentapi_svn.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Open implementation of motorola's tapisrc" +LICENSE = "GPLv2" + +PV = "0.0+svn${SRCDATE}" + +SRC_URI = "svn://svn.openezx.org/trunk/src/userspace/;module=opentapi;proto=http" + +S = "${WORKDIR}/${PN}" + +do_install() { + install -d ${D}${bindir} + install -m 755 opentapi ${D}${bindir} +} +