diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-18 09:06:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-18 09:06:36 +0000 |
commit | 8f7b848eb003165969394771c853b382d80625d3 (patch) | |
tree | afbad89cb9e43879baa3c26757039beee0f54103 | |
parent | aabdb4149138b68ee785b34f491a08d1b43c24ce (diff) |
opentapi: add svn version
-rw-r--r-- | packages/ezx/opentapi_svn.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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} +} + |