diff options
-rw-r--r-- | recipes/scli/scli_0.4.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/scli/scli_0.4.0.bb b/recipes/scli/scli_0.4.0.bb new file mode 100644 index 0000000000..3d249106d5 --- /dev/null +++ b/recipes/scli/scli_0.4.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "SNMP Command Line Interface" +SECTION = "console/network" +LICENSE = "GPLv2" +DEPENDS = "gsnmp readline libxml2 ncurses" +PR = "r0" + +SRC_URI = "ftp://ftp.ibr.cs.tu-bs.de/pub/local/scli/scli-${PV}.tar.gz" + +SRC_URI[md5sum] = "486c92c76059a35c87e88edf24cbf804" +SRC_URI[sha256sum] = "308511589260d3da9bc5817ace363180070ac83ccba9231b7b9a01e1b0c29fe1" + +inherit autotools |