diff options
author | Petri Lehtinen <petri.lehtinen@inoi.fi> | 2009-10-21 20:41:16 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-27 21:24:30 +0100 |
commit | f2387e3dd59c31772eb73108ec47cf45c1285d45 (patch) | |
tree | 1bfa0ccc9d5024af9350cc12d13d448a0f767efe /recipes/clish/clish_0.7.3.bb | |
parent | 16535dde428e8e9b87dfecf3888ed54cd4aab030 (diff) |
clish: Bump to 0.7.3
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
Diffstat (limited to 'recipes/clish/clish_0.7.3.bb')
-rw-r--r-- | recipes/clish/clish_0.7.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/clish/clish_0.7.3.bb b/recipes/clish/clish_0.7.3.bb new file mode 100644 index 0000000000..97f6c53d20 --- /dev/null +++ b/recipes/clish/clish_0.7.3.bb @@ -0,0 +1,18 @@ +# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved +# Released under the MIT license (see packages/COPYING) +DESCRIPTION = "modular framework for implementing a CISCO-like CLI on a *NIX system" +LICENSE = "GPL" +SECTION = "console/utils" +PR ="r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/clish/clish-${PV}.tar.gz \ + file://configure.patch;patch=1" + +PARALLEL_MAKE="" + +S = "${WORKDIR}/clish-${PV}" + +inherit autotools + + +LEAD_SONAME="libclish.so.*" |