wok-6.x rev 14162
wireshark: up 1.8.6
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Thu Mar 07 14:21:24 2013 -0800 (2013-03-07) |
parents | ca443231d89c |
children | 6ee670da65cd |
files | bazaar/receipt wireshark/receipt |
line diff
1.1 --- a/bazaar/receipt Wed Mar 06 13:46:03 2013 +0100 1.2 +++ b/bazaar/receipt Thu Mar 07 14:21:24 2013 -0800 1.3 @@ -17,7 +17,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 python setup.py install \ 1.9 --prefix=/usr \ 1.10 --root=$DESTDIR \
2.1 --- a/wireshark/receipt Wed Mar 06 13:46:03 2013 +0100 2.2 +++ b/wireshark/receipt Thu Mar 07 14:21:24 2013 -0800 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="wireshark" 2.7 -VERSION="1.8.2" 2.8 +VERSION="1.8.6" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Wireshark is an award-winning network protocol analyzer." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -18,7 +18,6 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - cd $src 2.17 ./configure \ 2.18 --prefix=/usr \ 2.19 --mandir=/usr/share/man \ 2.20 @@ -34,9 +33,9 @@ 2.21 { 2.22 mkdir -p $fs/usr/lib \ 2.23 $fs/usr/share 2.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.25 - cp -a $_pkg/usr/lib/wireshark $fs/usr/lib 2.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.27 + cp -a $install/usr/lib/wireshark $fs/usr/lib 2.28 rm $fs/usr/lib/wireshark/plugins/$VERSION/*.la 2.29 - cp -a $_pkg/usr/bin $fs/usr 2.30 - cp -a $_pkg/usr/share/wireshark $fs/usr/share 2.31 + cp -a $install/usr/bin $fs/usr 2.32 + cp -a $install/usr/share/wireshark $fs/usr/share 2.33 }