aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-09-12 09:33:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-09-12 09:33:20 +0000
commit0d58f8c317c9746483e1f1cf9b1fbc76b161076d (patch)
treef93c4f3751c480a6f26d8fb1d3a8e51ef23bb7ae /testing
parent2afa824ca873539815ad602a77b1da4890f13a55 (diff)
downloadaports-0d58f8c317c9746483e1f1cf9b1fbc76b161076d.tar.bz2
aports-0d58f8c317c9746483e1f1cf9b1fbc76b161076d.tar.xz
main/ngrep: move to main
It appears to work.
Diffstat (limited to 'testing')
-rw-r--r--testing/ngrep/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/ngrep/APKBUILD b/testing/ngrep/APKBUILD
deleted file mode 100644
index 67d6253d1e..0000000000
--- a/testing/ngrep/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-pkgname=ngrep
-pkgver=1.45
-pkgrel=0
-pkgdesc="A grep-like utility that allows you to search for network packets on an interface"
-url="http://ngrep.sourceforge.net/"
-arch="all"
-license="custom"
-depends=
-depends_dev="libpcap-dev"
-makedepends="$depends_dev"
-install=""
-subpackages=""
-source="http://downloads.sourceforge.net/sourceforge/ngrep/$pkgname-$pkgver.tar.bz2"
-_builddir="$srcdir"/$pkgname-$pkgver
-build() {
- cd "$_builddir"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --with-pcap-includes=/usr/include/pcap
- make || return 1
-}
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="bc8150331601f3b869549c94866b4f1c ngrep-1.45.tar.bz2"