diff options
author | Florian Pritz <bluewind@xssn.at> | 2011-01-16 18:14:29 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2011-01-16 18:14:29 +0100 |
commit | b7197bccd0bc74c2082c935937b6d947c3ae756d (patch) | |
tree | 0c9e16df97cc8e04a990f17b5833e06daed810b7 /wireshark-cli/PKGBUILD | |
parent | da5fab0c7718320707f4755f3a46a6bb25086435 (diff) | |
download | aur-packages-b7197bccd0bc74c2082c935937b6d947c3ae756d.tar.gz aur-packages-b7197bccd0bc74c2082c935937b6d947c3ae756d.tar.xz |
mass changes
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'wireshark-cli/PKGBUILD')
-rw-r--r-- | wireshark-cli/PKGBUILD | 28 |
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') |