diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-12-01 23:13:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-12-01 23:13:52 +0000 |
commit | 813d0611f8eb1fbd560b425cc1f94a3de538465a (patch) | |
tree | ecaebadab73c33c3144b7264dc1b052fe6b88e81 /nmap/nmap_3.48.oe | |
parent | fd1b59d24ec77cd92014931428019d7ad512c6f5 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/01 23:35:54+01:00 uni-frankfurt.de!mickeyl
add qpenmapfe, an Opie frontend for nmap
2004/12/01 23:27:18+01:00 uni-frankfurt.de!mickeyl
add nmap 3.77 and kill off older non-working ones
BKrev: 41ae5030xgXSN0Ulf9eDh02g5Av13w
Diffstat (limited to 'nmap/nmap_3.48.oe')
-rw-r--r-- | nmap/nmap_3.48.oe | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/nmap/nmap_3.48.oe b/nmap/nmap_3.48.oe deleted file mode 100644 index 13d83bbe44..0000000000 --- a/nmap/nmap_3.48.oe +++ /dev/null @@ -1,46 +0,0 @@ -SECTION = "console/network" -DEPENDS = "libpcap" -DESCRIPTION = "Nmap is a command line portscanner." - -SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz" - -inherit autotools - -EXTRA_OECONF = "--with-pcap=linux --with-libpcap=${STAGING_LIBDIR}/.. --without-nmapfe" -EXTRA_OEMAKE = "STRIPPROG=${STRIP}" - -CXXFLAGS_append = " -fpermissive" -# Ugly hack follows -- their configure.ac doesnt match their configure .. -# doesnt include a check for the length type in recvfrom, so we hack it here -CPPFLAGS_append = " -Drecvfrom6_t=socklen_t" - -#do_configure_prepend () { -# if [ ! -e libpcap-possiblymodified/acinclude.m4 ]; then -# cat libpcap-possiblymodified/aclocal.m4 > libpcap-possiblymodified/acinclude.m4 -# fi -#} - -do_compile_prepend () { - ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} libpcre/dftables.c -o libpcre/dftables - touch libpcre/dftables.o - libpcre/dftables > libpcre/chartables.c -} - -do_configure () { -# override this function to avoid the autoconf/automake/aclocal/autoheader -# calls for now - gnu-configize - oe_runconf -} - - -do_install () { - oe_runmake 'prefix=${D}/${prefix}' \ - 'exec_prefix=${D}/${exec_prefix}' \ - 'bindir=${D}/${bindir}' \ - 'sbindir=${D}/${sbindir}' \ - 'mandir=${D}/${mandir}' \ - 'datadir=${D}/${datadir}' \ - 'nmapdatadir=${D}/${datadir}/nmap' \ - install -} |