From f2387e3dd59c31772eb73108ec47cf45c1285d45 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Wed, 21 Oct 2009 20:41:16 +0000 Subject: clish: Bump to 0.7.3 Signed-off-by: Petri Lehtinen Signed-off-by: Rolf Leggewie --- recipes/clish/clish_0.7.3.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/clish/clish_0.7.3.bb (limited to 'recipes/clish/clish_0.7.3.bb') 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.*" -- cgit v1.2.3