[arch-commits] Commit in wireshark/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Jul 20 23:58:45 UTC 2008


    Date: Sunday, July 20, 2008 @ 19:58:44
  Author: eric
Revision: 5806

Merged revisions 3995-5805 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/wireshark/trunk

........
  r5770 | hugo | 2008-07-20 15:59:09 -0400 (Sun, 20 Jul 2008) | 2 lines
  
  upgpkg: wireshark 1.0.2-1
      updated to 1.0.2
........

Modified:
  wireshark/repos/extra-x86_64/	(properties)
  wireshark/repos/extra-x86_64/PKGBUILD

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


Property changes on: wireshark/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /wireshark/trunk:1-3994
   + /wireshark/trunk:1-5805

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-07-20 23:52:44 UTC (rev 5805)
+++ extra-x86_64/PKGBUILD	2008-07-20 23:58:44 UTC (rev 5806)
@@ -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