From b7197bccd0bc74c2082c935937b6d947c3ae756d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Jan 2011 18:14:29 +0100 Subject: mass changes Signed-off-by: Florian Pritz --- wireshark-cli/PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 wireshark-cli/PKGBUILD (limited to 'wireshark-cli/PKGBUILD') 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 -# Contributor: Hugo Doria - -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') -- cgit v1.2.3-24-g4f1b