summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-09-10 15:54:43 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-10 15:54:43 +0000
commitd122f1bfa41110666b25a4fad46a7f155bbd4184 (patch)
tree12b9f335c216e99c97494f7a8afa957dcdb7c675 /packages
parentedb9e20aec763fc6d371ed2cd4b08dbf247a56e6 (diff)
parent5e895c3b0f7dd2c39df036fac15d08632161a66f (diff)
merge of e025b5cfac5c9b13b6b61b1ab249e0dc1e946aa4
and e875d5b21b608761b99fc6c3af4060dc07bb2bbc
Diffstat (limited to 'packages')
-rw-r--r--packages/driftnet/driftnet-nogui_0.1.6.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/driftnet/driftnet-nogui_0.1.6.bb b/packages/driftnet/driftnet-nogui_0.1.6.bb
new file mode 100644
index 0000000000..f17d5b99ce
--- /dev/null
+++ b/packages/driftnet/driftnet-nogui_0.1.6.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "Driftnet watches network traffic, and picks out and displays JPEG and GIF \
+images for display. It is an horrific invasion of privacy and shouldn't be used \
+by anyone anywhere. It can also extract MPEG audio data from the network and \
+play it."
+MAINTAINER = "Simon Pickering <S.G.Pickering@bath.ac.uk>"
+SECTION = "net"
+PRIORITY = "optional"
+
+DEPENDS = "libpcap jpeg libungif"
+PV = "0.1.6"
+
+SRC_URI = "http://www.ex-parrot.com/~chris/driftnet/driftnet-${PV}.tar.gz \
+ file://arm.patch;patch=1"
+
+S = "${WORKDIR}/driftnet-${PV}"
+
+inherit autotools
+
+do_compile() {
+ oe_runmake STAGING_INCDIR="${STAGING_INCDIR}"
+}
+
+do_install() {
+ install -d ${D}/${bindir}
+ install -m 0744 driftnet ${D}/${bindir}/
+}