aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Bragge <henri.bragge@dcombus.com>2010-08-04 22:44:40 +0000
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-06 10:46:03 +0200
commit73e60c7cc44a43355e0da9641fb44b0d7ccb6e15 (patch)
tree63fe64cf9d15c753d9f9400f906ad2dc3a19505f
parentbb5d9dfe46ffbf6d71ac8bbb4c17b70e7285bf7a (diff)
downloadopenembedded-73e60c7cc44a43355e0da9641fb44b0d7ccb6e15.tar.gz
recipe for gsnmp-0.3.0
Signed-off-by: Henri Bragge <henri.bragge@dcombus.com>
-rw-r--r--recipes/gsnmp/gsnmp_0.3.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gsnmp/gsnmp_0.3.0.bb b/recipes/gsnmp/gsnmp_0.3.0.bb
new file mode 100644
index 0000000000..b191762084
--- /dev/null
+++ b/recipes/gsnmp/gsnmp_0.3.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "SNMP library written on top of glib and gnet."
+SECTION = "libs/network"
+LICENSE = "GPLv2"
+DEPENDS = "glib-2.0 gnet"
+PR = "r0"
+
+SRC_URI = "ftp://ftp.ibr.cs.tu-bs.de/local/gsnmp/gsnmp-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "466699c11b70e18a04d51388b8f89f1c"
+SRC_URI[sha256sum] = "e428b61071b8ba2971fc8737ed2987210b04a71ffde307900df12c06a0bed0f9"
+
+inherit autotools pkgconfig