summaryrefslogtreecommitdiff
path: root/recipes/libcli/libcli_1.9.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libcli/libcli_1.9.4.bb')
-rw-r--r--recipes/libcli/libcli_1.9.4.bb11
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