From: Stelios Koroneos Date: Sat, 12 May 2007 17:18:14 +0000 (+0000) Subject: packages/clish/clish_0.7.1.bb: Add new package clish X-Git-Tag: Release-2010-05/1~8868^2~542 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac7b48a031649c6926ba36adb7878aa1f329dadb;p=openembedded.git packages/clish/clish_0.7.1.bb: Add new package clish 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. --- diff --git a/packages/clish/.mtn2git_empty b/packages/clish/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/clish/clish_0.7.1.bb b/packages/clish/clish_0.7.1.bb new file mode 100644 index 0000000000..2fc7020a4c --- /dev/null +++ b/packages/clish/clish_0.7.1.bb @@ -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.*"