surpport seeking the recorded video
[vuplus_openembedded] / recipes / clish / clish_0.7.3.bb
1 # Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
2 # Released under the MIT license (see packages/COPYING)
3 DESCRIPTION = "modular framework for implementing a CISCO-like CLI on a *NIX system"
4 LICENSE = "GPL"
5 SECTION = "console/utils"
6 PR ="r1"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/clish/clish-${PV}.tar.gz \
9            file://configure.patch;patch=1"
10
11 PARALLEL_MAKE=""
12
13 S = "${WORKDIR}/clish-${PV}"
14
15 inherit autotools
16
17
18 LEAD_SONAME="libclish.so.*"