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

Hugo Doria hugo at archlinux.org
Mon Feb 9 18:23:18 UTC 2009


    Date: Monday, February 9, 2009 @ 13:23:18
  Author: hugo
Revision: 26566

upgpkg: wireshark 1.0.6-1
    Fixing FS#12530

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-09 17:05:59 UTC (rev 26565)
+++ PKGBUILD	2009-02-09 18:23:18 UTC (rev 26566)
@@ -2,7 +2,7 @@
 # Maintainer: Hugo Doria <hugo at archlinux.org>
 
 pkgname=wireshark
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc="A free network protocol analyzer for Unix/Linux and Windows"
 arch=('i686' 'x86_64')
@@ -12,8 +12,10 @@
 url="http://www.wireshark.org/"
 replaces=('ethereal')
 options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.gz)
-md5sums=('99ac9a9d2c1445658039f1f34c89e3f6')
+source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.gz wireshark.desktop wireshark.png)
+md5sums=('29cf348676ae237189c13719dcabf858'
+         '504ede44c02b2a52f6cbd3bffdf93b8d'
+         'e771800a8c977fe223583a453bc27397')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -21,4 +23,7 @@
   ./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
 }




More information about the arch-commits mailing list