wok-current diff wireshark/receipt @ rev 14240
ekiga: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 22 15:29:00 2013 +0100 (2013-03-22) |
parents | 7c8bab6f0f93 |
children | 7896f0694ef6 |
line diff
1.1 --- a/wireshark/receipt Wed Sep 26 16:12:34 2012 +0000 1.2 +++ b/wireshark/receipt Fri Mar 22 15:29:00 2013 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wireshark" 1.7 -VERSION="1.8.2" 1.8 +VERSION="1.8.6" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Wireshark is an award-winning network protocol analyzer." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -18,7 +18,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --mandir=/usr/share/man \ 1.20 @@ -34,9 +33,9 @@ 1.21 { 1.22 mkdir -p $fs/usr/lib \ 1.23 $fs/usr/share 1.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.25 - cp -a $_pkg/usr/lib/wireshark $fs/usr/lib 1.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 + cp -a $install/usr/lib/wireshark $fs/usr/lib 1.28 rm $fs/usr/lib/wireshark/plugins/$VERSION/*.la 1.29 - cp -a $_pkg/usr/bin $fs/usr 1.30 - cp -a $_pkg/usr/share/wireshark $fs/usr/share 1.31 + cp -a $install/usr/bin $fs/usr 1.32 + cp -a $install/usr/share/wireshark $fs/usr/share 1.33 }