git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aabdb41
)
opentapi: add svn version
author
Koen Kooi
<koen@openembedded.org>
Mon, 18 Dec 2006 09:06:36 +0000
(09:06 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 18 Dec 2006 09:06:36 +0000
(09:06 +0000)
packages/ezx/opentapi_svn.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/ezx/opentapi_svn.bb
b/packages/ezx/opentapi_svn.bb
new file mode 100644
(file)
index 0000000..
c932aea
--- /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}
+}
+