diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-05-17 12:04:10 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-05-17 12:04:10 +0200 |
commit | 545b0b7de32c86264d4ec1eb7b7610e4c1c85946 (patch) | |
tree | 9ad399ce5176aee3c98f216f54a12a3e6d5290c6 /wireshark/PKGBUILD | |
parent | 8dc1d552c0bab7b72371c3a1529e365410c7548c (diff) | |
parent | ac57415603ea60e9af632e70827dffa22cfff584 (diff) | |
download | aur-packages-545b0b7de32c86264d4ec1eb7b7610e4c1c85946.tar.gz aur-packages-545b0b7de32c86264d4ec1eb7b7610e4c1c85946.tar.xz |
Merge branch 'master' of git://git.server-speed.net/~flo/git/aur
Diffstat (limited to 'wireshark/PKGBUILD')
-rw-r--r-- | wireshark/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/wireshark/PKGBUILD b/wireshark/PKGBUILD deleted file mode 100644 index 56ac8b7..0000000 --- a/wireshark/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Hugo Doria <hugo@archlinux.org> - -pkgname=wireshark -pkgver=1.2.1 -pkgrel=1 -pkgdesc="A free network protocol analyzer for Unix/Linux and Windows" -arch=('i686' 'x86_64') -license=('GPL2') -depends=('gtk2>=2.14.5' 'heimdal>=1.2.1' 'libpcap>=1.0.0' 'bash' 'gnutls>=2.4.1' 'libcap>=2.16') -makedepends=('bison' 'flex') -url="http://www.wireshark.org/" -replaces=('ethereal') -options=(!libtool) -source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.gz wireshark.desktop wireshark.png) -md5sums=('56d760eeec0001b9a0b816ace3e99e44' - '504ede44c02b2a52f6cbd3bffdf93b8d' - 'e771800a8c977fe223583a453bc27397') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - export CFLAGS="-fno-unit-at-a-time ${CFLAGS}" - ./configure --prefix=/usr --with-ssl || return 1 - make all || return 1 - make DESTDIR=${pkgdir} install || return 1 - - install -Dm644 ${srcdir}/wireshark.png ${pkgdir}/usr/share/icons/wireshark.png - install -Dm644 ${srcdir}/wireshark.desktop ${pkgdir}/usr/share/applications/wireshark.desktop -} |