diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-12-08 11:10:22 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-12-08 11:54:17 +0100 |
commit | cc665bd8eae066519430782f0397301fbd94b81b (patch) | |
tree | dd1d54c3d8691b8b3e4113e09d3551b59097cbf2 /recipes/libcli/libcli_1.9.4.bb | |
parent | 298787c63e0c67d13d7e24de380eb6765b4f9dee (diff) |
libcli: introduce cisco ios command line like library
Diffstat (limited to 'recipes/libcli/libcli_1.9.4.bb')
-rw-r--r-- | recipes/libcli/libcli_1.9.4.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/libcli/libcli_1.9.4.bb b/recipes/libcli/libcli_1.9.4.bb new file mode 100644 index 0000000000..e6d3d4fd45 --- /dev/null +++ b/recipes/libcli/libcli_1.9.4.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "shared library for including a Cisco-like command-line interface into other software" +HOMEPAGE = "http://code.google.com/p/libcli/" +SECTION = "devel" +LICENSE = "LGPL" +PR = "r1" + +SRC_URI = "http://libcli.googlecode.com/files/${PN}-${PV}.tar.gz \ + file://autotools.patch;patch=1 \ + " + +inherit autotools lib_package |