summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Maki <jmaki@multitech.com>2011-01-21 15:26:56 -0600
committerJames Maki <jmaki@multitech.com>2011-01-21 15:26:56 -0600
commit4428fd9b763ea8f9eb6ce500cc604b61f5118dbd (patch)
treedbbb69d2f2c0fb1dc7f58ec55744c8dabcf47726
parent567381e3aa7cc8ab72daf411c2db9644f0c4cd06 (diff)
add annex-client recipe
-rw-r--r--recipes/multitech/annex-client_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/multitech/annex-client_git.bb b/recipes/multitech/annex-client_git.bb
new file mode 100644
index 0000000000..d0cf6def3e
--- /dev/null
+++ b/recipes/multitech/annex-client_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Annex Client C++"
+HOMEPAGE = "http://www.multitech.net/"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "cyrus-sasl protobuf protobuf-native"
+PV = "${SRCPV}"
+PR = "r0"
+DEFAULT_PREFERENCE = "1"
+
+SRC_URI = "git://sw.multitech.prv/usr/local/git/annex-client.git;protocol=ssh;tag=master"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+PARALLEL_MAKE = ""