aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ettercap
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /testing/ettercap
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/ettercap')
-rw-r--r--testing/ettercap/APKBUILD45
1 files changed, 0 insertions, 45 deletions
diff --git a/testing/ettercap/APKBUILD b/testing/ettercap/APKBUILD
deleted file mode 100644
index 7ae738ff86..0000000000
--- a/testing/ettercap/APKBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=ettercap
-pkgver=0.8.0
-pkgrel=0
-pkgdesc="Comprehensive suite for man in the middle attacks"
-url="http://ettercap.github.io/ettercap/"
-arch="all"
-license="GPL2+"
-depends="ethtool"
-depends_dev=""
-makedepends="$depends_dev autoconf automake bison cmake curl-dev flex
- ghostscript groff libnet-dev libpcap-dev ncurses-dev
- openssl-dev"
-install=""
-subpackages="$pkgname-doc"
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-prepare() {
- cd "$_builddir"
- mkdir build && cd build
-}
-
-build() {
- cd "$_builddir"/build
- cmake \
- -D ENABLE_GTK=OFF \
- -D CMAKE_INSTALL_PREFIX=/usr \
- -D INSTALL_PREFIX=/usr \
- -D MAN_INSTALLDIR=/usr/share/man \
- -D CMAKE_SKIP_RPATH=ON \
- -D ENABLE_IPV6=yes \
- ../ || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"/build
- make DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="067514bb53ff76b81d578676e2048319 ettercap-0.8.0.tar.gz"
-sha256sums="8013e2bbfc69af2939d8a40e6b31de5016fe75401e4b73207a0a8ac9053ac9bc ettercap-0.8.0.tar.gz"
-sha512sums="6d32b229378af5aea1dc82537f84a36c557021a01ccf40f228e69f6e39baa3f3becbb6138417bcad2951811d9ea57e89f960f7bb132fc09502e0b08f7a4ca813 ettercap-0.8.0.tar.gz"