summaryrefslogtreecommitdiff
path: root/recipes/multitech/annex-client_git.bb
blob: d0cf6def3e90801b271501f7d69032f7b0f9f23c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 = ""