Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Mon, 9 Feb 2004 18:40:37 +0000 (18:40 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 9 Feb 2004 18:40:37 +0000 (18:40 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages

2004/02/09 19:40:30+01:00 uni-frankfurt.de!mickeyl
add ngrep (network grep)

BKrev: 4027d425xfpUOySIqrxFapEkXZ71KA

ncftp/ncftp_3.1.7.oe
ngrep/ngrep_1.41.oe [new file with mode: 0644]

index e69de29..c0d891e 100644 (file)
@@ -0,0 +1,20 @@
+DESCRIPTION=A sophisticated console ftp client
+SECTION=base
+PRIORITY=optional
+DEPENDS=virtual/libc
+RDEPENDS=libc6
+
+SRC_URI = ftp://ftp.ncftp.com/ncftp/ncftp-${PV}-src.tar.bz2
+
+inherit autotools
+
+do_configure_prepend () {
+       install -m 0644 autoconf/aclocal.m4 acinclude.m4
+}
+
+do_install () {
+       install -d ${D}/${bindir} ${D}/${sysconfdir} ${D}/${mandir}
+       oe_runmake 'prefix=${D}/${prefix}' 'BINDIR=${D}/${bindir}' \
+                  'SYSCONFDIR=${D}/${sysconfdir}' 'mandir=${D}/${mandir}' \
+                  install
+}
diff --git a/ngrep/ngrep_1.41.oe b/ngrep/ngrep_1.41.oe
new file mode 100644 (file)
index 0000000..e69de29