aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clish/clish_0.7.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/clish/clish_0.7.1.bb')
-rw-r--r--recipes/clish/clish_0.7.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/clish/clish_0.7.1.bb b/recipes/clish/clish_0.7.1.bb
new file mode 100644
index 0000000000..8b7a797cc4
--- /dev/null
+++ b/recipes/clish/clish_0.7.1.bb
@@ -0,0 +1,17 @@
+# 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-0.7.1.tar.gz"
+
+PARALLEL_MAKE=""
+
+S = "${WORKDIR}/clish-${PV}"
+
+inherit autotools
+
+
+LEAD_SONAME="libclish.so.*"