yeaphone: New package. Support for common USB handsets as a client for linphone.
authorRod Whitby <rod@whitby.id.au>
Thu, 1 Feb 2007 02:15:41 +0000 (02:15 +0000)
committerRod Whitby <rod@whitby.id.au>
Thu, 1 Feb 2007 02:15:41 +0000 (02:15 +0000)
packages/yeaphone/.mtn2git_empty [new file with mode: 0644]
packages/yeaphone/yeaphone_0.1.bb [new file with mode: 0644]

diff --git a/packages/yeaphone/.mtn2git_empty b/packages/yeaphone/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/yeaphone/yeaphone_0.1.bb b/packages/yeaphone/yeaphone_0.1.bb
new file mode 100644 (file)
index 0000000..d17e8c2
--- /dev/null
@@ -0,0 +1,19 @@
+DESCRIPTION = "A VoIP SIP phone for the Yealink USB handset"
+HOMEPAGE = "http://www.devbase.at/voip/"
+MAINTAINER = "Thomas Reitmayr <treitmayr@yahoo.com>"
+LICENSE = "GPL-2"
+PRIORITY = "optional"
+DEPENDS = "liblinphone"
+RDEPENDS = "liblinphone"
+PR = "r1"
+
+SRC_URI = "http://download.devbase.at/voip/yeaphone-${PV}.tar.gz"
+
+S = "${WORKDIR}/yeaphone-${PV}"
+
+inherit autotools
+
+#EXTRA_OECONF = ""
+
+#do_install_append() {
+#}