aboutsummaryrefslogtreecommitdiffstats
path: root/testing/arpon/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/arpon/APKBUILD')
-rw-r--r--testing/arpon/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/arpon/APKBUILD b/testing/arpon/APKBUILD
deleted file mode 100644
index f7d391a965..0000000000
--- a/testing/arpon/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=arpon
-pkgver=2.6
-pkgrel=0
-pkgdesc="ARP handler inspection"
-url="http://arpon.sourceforge.net/"
-arch="all"
-license="BSD"
-depends=""
-depends_dev=""
-makedepends="libpcap-dev libnet-dev libdnet-dev cmake"
-install=""
-subpackages="$pkgname-doc"
-source="http://downloads.sourceforge.net/arpon/ArpON-$pkgver.tar.gz"
-_builddir="$srcdir"/ArpON-$pkgver
-
-build() {
- cd "$_builddir"
- cmake .
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="9489883bf40ae9d5f9a3d987a29ab95d ArpON-2.6.tar.gz"