packages/clish/clish_0.7.1.bb: Add new package clish
authorStelios Koroneos <skoroneos@digital-opsis.com>
Sat, 12 May 2007 17:18:14 +0000 (17:18 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Sat, 12 May 2007 17:18:14 +0000 (17:18 +0000)
CLISH is a modular framework for implementing a CISCO-like CLI on a Unix system.
Not sure about the licence. Seems to be a mixed BSD/GPL so i used GPL as more strict.
If anynone things its wrong feel free to update it.

packages/clish/.mtn2git_empty [new file with mode: 0644]
packages/clish/clish_0.7.1.bb [new file with mode: 0644]

diff --git a/packages/clish/.mtn2git_empty b/packages/clish/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/clish/clish_0.7.1.bb b/packages/clish/clish_0.7.1.bb
new file mode 100644 (file)
index 0000000..2fc7020
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "modular framework for implementing a CISCO-like CLI on a *NIX system"
+LICENSE = "GPL"
+SECTION = "console/utils"
+PR="r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/clish/clish-0.7.1.tar.gz"
+
+S = "${WORKDIR}/clish-${PV}"
+
+inherit autotools
+
+
+LEAD_SONAME="libclish.so.*"