[arch-commits] Commit in wireshark/trunk (PKGBUILD)

Hugo Doria hugo at archlinux.org
Sun Jul 20 19:59:10 UTC 2008


    Date: Sunday, July 20, 2008 @ 15:59:09
  Author: hugo
Revision: 5770

upgpkg: wireshark 1.0.2-1
    updated to 1.0.2

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-20 19:43:59 UTC (rev 5769)
+++ PKGBUILD	2008-07-20 19:59:09 UTC (rev 5770)
@@ -1,23 +1,24 @@
 # $Id$
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
+# Maintainer: Hugo Doria <hugo at archlinux.org>
 
 pkgname=wireshark
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="A free network protocol analyzer for Unix/Linux and Windows"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+license=('GPL2')
 depends=('gtk2' 'heimdal>=1.2' 'pcre' 'libpcap>=0.9.8'
          'bash' 'gnutls' 'libcap')
-source=(http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.gz)
+source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.gz)
 url="http://www.wireshark.org/"
 replaces=('ethereal')
-md5sums=('8c6328955437fd18f9b102a2ea099980')
+md5sums=('6045048aa8645d54d1a06bb20e0d23a3')
 options=(!libtool)
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   export CFLAGS="-fno-unit-at-a-time $CFLAGS"
   ./configure --prefix=/usr --with-ssl
   make all || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=${pkgdir} install
 }





More information about the arch-commits mailing list