[oe-commits] org.oe.oz354x ethereal: added 0.99.0 from .dev

hrw commit openembedded-commits at lists.openembedded.org
Thu Aug 31 14:58:48 UTC 2006


ethereal: added 0.99.0 from .dev

Author: hrw at openembedded.org
Branch: org.openembedded.oz354x
Revision: 515587ac4598d7ab78bd946632a31cf94fa79bf8
ViewMTN: http://monotone.openembedded.org/revision.psp?id=515587ac4598d7ab78bd946632a31cf94fa79bf8
Files:
1
packages/ethereal
packages/ethereal/files
packages/ethereal/ethereal_0.99.0.bb
packages/ethereal/files/use-our-lemon.patch
Diffs:

#
# mt diff -rc71c1e185c84f0f0cd96c8c12a1c1edf35c47a4f -r515587ac4598d7ab78bd946632a31cf94fa79bf8
#
# 
# 
# add_dir "packages/ethereal"
# 
# add_dir "packages/ethereal/files"
# 
# add_file "packages/ethereal/ethereal_0.99.0.bb"
#  content [ee54035b0c82aad355d1222d9d038c2f4b9dd372]
# 
# add_file "packages/ethereal/files/use-our-lemon.patch"
#  content [2e3a4d7eedf74cb327ea18cd7df81e4b1a17108a]
# 
============================================================
--- packages/ethereal/ethereal_0.99.0.bb	ee54035b0c82aad355d1222d9d038c2f4b9dd372
+++ packages/ethereal/ethereal_0.99.0.bb	ee54035b0c82aad355d1222d9d038c2f4b9dd372
@@ -0,0 +1,19 @@
+DESCRIPTION = "Ethereal is the world's most popular network protocol analyzer"
+HOMEPAGE = "http://www.ethereal.com"
+SECTION = "x11/network"
+LICENSE = "GPL"
+DEPENDS = "perl-native gtk+ gnutls libpcap"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey at Vanille.de>"
+PR = "r2"
+
+SRC_URI = "http://www.ethereal.com/distribution/ethereal-0.99.0.tar.bz2 \
+           file://use-our-lemon.patch;patch=1"
+S = "${WORKDIR}/ethereal-${PV}"
+
+inherit autotools
+
+do_compile_prepend() {
+	${BUILD_CC} ${BUILD_CFLAGS} -o rdps rdps.c
+	oe_runmake -C tools/lemon CC="${BUILD_CC} ${BUILD_CFLAGS}"
+}
+
============================================================
--- packages/ethereal/files/use-our-lemon.patch	2e3a4d7eedf74cb327ea18cd7df81e4b1a17108a
+++ packages/ethereal/files/use-our-lemon.patch	2e3a4d7eedf74cb327ea18cd7df81e4b1a17108a
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- ethereal-0.99.0/tools/Makefile.am~use-our-lemon
++++ ethereal-0.99.0/tools/Makefile.am
+@@ -21,7 +21,7 @@
+ # along with this program; if not, write to the Free Software
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ 
+-SUBDIRS = lemon
++SUBDIRS = 
+ 
+ PIDL_FILES= \
+ 	pidl/MANIFEST					\






More information about the Openembedded-commits mailing list