summaryrefslogtreecommitdiffstats
path: root/wireshark-cli/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark-cli/PKGBUILD')
-rw-r--r--wireshark-cli/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/wireshark-cli/PKGBUILD b/wireshark-cli/PKGBUILD
deleted file mode 100644
index 45142dc..0000000
--- a/wireshark-cli/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz <flo@xssn.at>
-# Contributor: Hugo Doria <hugo@archlinux.org>
-
-pkgname=wireshark-cli
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - no GUI"
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('heimdal>=1.3.1' 'libpcap>=1.0.0' 'bash' 'gnutls>=2.4.1' 'libcap>=2.16')
-makedepends=('bison' 'flex')
-url="http://www.wireshark.org/"
-replaces=('ethereal')
-conflicts=('wireshark')
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/wireshark-${pkgver}.tar.bz2)
-
-build() {
- cd ${srcdir}/wireshark-${pkgver}
- export CFLAGS="-fno-unit-at-a-time ${CFLAGS}"
-
- autoreconf -f -i
-
- ./configure --prefix=/usr --with-ssl --disable-wireshark --disable-gtktest
- make all
- make DESTDIR=${pkgdir} install
-}
-md5sums=('13b188baea23cdad40b7a55921384a77')