diff options
Diffstat (limited to 'recipes/nonworking/snmpz/snmpz_1.1.bb')
-rw-r--r-- | recipes/nonworking/snmpz/snmpz_1.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/nonworking/snmpz/snmpz_1.1.bb b/recipes/nonworking/snmpz/snmpz_1.1.bb new file mode 100644 index 0000000000..0e3cd74c69 --- /dev/null +++ b/recipes/nonworking/snmpz/snmpz_1.1.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "A MIB Browser for Opie/Qtopia" +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "virtual/libqpe snmp++" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/SNMPz-${PV}.tar.gz" +S = "${WORKDIR}/SNMPz-${PV}" + |