dcetest: New package contributed by Bob Davies.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Sun, 27 Nov 2005 22:50:45 +0000 (22:50 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 27 Nov 2005 22:50:45 +0000 (22:50 +0000)
packages/dcetest/.mtn2git_empty [new file with mode: 0644]
packages/dcetest/dcetest.bb [new file with mode: 0644]

diff --git a/packages/dcetest/.mtn2git_empty b/packages/dcetest/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/dcetest/dcetest.bb b/packages/dcetest/dcetest.bb
new file mode 100644 (file)
index 0000000..df99466
--- /dev/null
@@ -0,0 +1,20 @@
+SECTION = "network/misc"
+DESCRIPTION = "DCE Service enumerator for MS Windows systems"
+MAINTAINER = "Bob Davies (tyggerbob@gmail.com)"
+PV = "1.2"
+
+SRC_URI = "http://packetstormsecurity.org/UNIX/scanners/dcetest-2.0.tar.gz"
+
+DEFAULT_PREFERENCE="-1"
+
+
+S = "${WORKDIR}/dcetest"
+LICENSE = "GPL"
+do_compile() {
+       oe_runmake dcetest
+}
+
+do_install() {
+       install -d ${D}${bindir}
+       install -m 0755 ${S}/dcetest ${D}${bindir}
+}