diff options
author | James Maki <jmaki@multitech.com> | 2011-01-21 15:26:56 -0600 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2011-01-21 15:26:56 -0600 |
commit | 4428fd9b763ea8f9eb6ce500cc604b61f5118dbd (patch) | |
tree | dbbb69d2f2c0fb1dc7f58ec55744c8dabcf47726 /recipes | |
parent | 567381e3aa7cc8ab72daf411c2db9644f0c4cd06 (diff) |
add annex-client recipe
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/multitech/annex-client_git.bb | 16 |
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 = "" |