summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-21 14:42:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-21 14:42:36 +0000
commit13edc75edcdcf1be52dd70fea184f3cd383e668c (patch)
tree14d3b701f7e43f9ed1671bcab244ecd906c3e957 /testing
parentf1d4e1c07e4687422d1c80211afaa1be04e73684 (diff)
downloadaports-13edc75edcdcf1be52dd70fea184f3cd383e668c.tar.bz2
aports-13edc75edcdcf1be52dd70fea184f3cd383e668c.tar.xz
unstable/ucsniff: moved from testing
does not build
Diffstat (limited to 'testing')
-rw-r--r--testing/ucsniff/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/ucsniff/APKBUILD b/testing/ucsniff/APKBUILD
deleted file mode 100644
index 5ce323ba..00000000
--- a/testing/ucsniff/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Mika Havela <mika.havela@gmail.com>
-pkgname=ucsniff
-pkgver=1.0.0
-pkgrel=0
-pkgdesc="VoIP Security Assessment tool"
-url="http://ucsniff.sourceforge.net"
-license="GPLv3"
-depends="libpcap libnet zlib alsa-lib libltdl"
-makedepends="libpcap-dev libnet-dev zlib-dev"
-subpackages="$pkgname-doc"
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --disable-gtk \
- --disable-nls \
- --without-iconv || return 1
-
- make || return 1
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="64f12c353744dcf6c8710b4704cadfbe ucsniff-1.0.0.tar.gz"