summaryrefslogtreecommitdiff
path: root/package/dsniff/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-14 00:44:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-14 00:44:58 +0100
commit689c389d2205779757da6cff0a27c3c2beb7d867 (patch)
tree929da3993ad08c5215567f9904cac329d46c33c6 /package/dsniff/Makefile
parent2267158ebee2af86e17b7c1a681d24f48b823865 (diff)
remove old package
Diffstat (limited to 'package/dsniff/Makefile')
-rw-r--r--package/dsniff/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/package/dsniff/Makefile b/package/dsniff/Makefile
deleted file mode 100644
index 0c5c03610..000000000
--- a/package/dsniff/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${ADK_TOPDIR}/rules.mk
-
-PKG_NAME:= dsniff
-PKG_VERSION:= 2.4b1
-PKG_RELEASE:= 2
-PKG_HASH:= a9803a7a02ddfe5fb9704ce86f0ffc48453c321e88db85810db411ba0841152a
-PKG_DESCR:= tools for network auditing and penetration testing
-PKG_SECTION:= net/security
-PKG_DEPENDS:= libnet libpcap libnids libopenssl libgdbm
-PKG_BUILDDEP:= libnids openssl gdbm libpcap libnet
-PKG_URL:= http://www.monkey.org/~dugsong/dsniff/
-PKG_SITES:= http://www.monkey.org/~dugsong/dsniff/beta/
-
-# rpc problem
-PKG_CFLINE_DSNIFF:= depends on ADK_BROKEN
-PKG_ARCH_DEPENDS:= !arm
-PKG_LIBC_DEPENDS:= uclibc glibc
-
-WRKDIST= ${WRKDIR}/${PKG_NAME}-2.4
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-
-include ${ADK_TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,DSNIFF,dsniff,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIGURE_ARGS+= --without-db \
- --without-x \
- --with-gdbm="${STAGING_TARGET_DIR}/usr" \
- --with-libnids="${STAGING_TARGET_DIR}/usr" \
- --with-libpcap="${STAGING_TARGET_DIR}/usr" \
- --with-libnet="${STAGING_TARGET_DIR}/usr" \
- --with-openssl="${STAGING_TARGET_DIR}/usr"
-FAKE_FLAGS+= install_prefix="${WRKINST}"
-
-dsniff-install:
- ${INSTALL_DIR} ${IDIR_DSNIFF}/usr/lib ${IDIR_DSNIFF}/usr/sbin
- ${CP} ${WRKINST}/usr/sbin/* ${IDIR_DSNIFF}/usr/sbin
- ${CP} ${WRKINST}/usr/lib/* ${IDIR_DSNIFF}/usr/lib
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk