[oe-commits] Henri Bragge : recipe for gsnmp-0.3.0

git version control git at git.openembedded.org
Fri Aug 6 08:56:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 73e60c7cc44a43355e0da9641fb44b0d7ccb6e15
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=73e60c7cc44a43355e0da9641fb44b0d7ccb6e15

Author: Henri Bragge <henri.bragge at dcombus.com>
Date:   Wed Aug  4 22:44:40 2010 +0000

recipe for gsnmp-0.3.0

Signed-off-by: Henri Bragge <henri.bragge at dcombus.com>

---

 recipes/gsnmp/gsnmp_0.3.0.bb |   12 ++++++++++++
 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 0000000..b191762
--- /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





More information about the Openembedded-commits mailing list