# HG changeset patch # User Samuel Trassare # Date 1362694884 28800 # Node ID 0bf456387ed62d67b172c1154acf01f1fa5068ec # Parent ca443231d89cb26b9ded30f752814f8d7be18bc9 wireshark: up 1.8.6 diff -r ca443231d89c -r 0bf456387ed6 bazaar/receipt --- a/bazaar/receipt Wed Mar 06 13:46:03 2013 +0100 +++ b/bazaar/receipt Thu Mar 07 14:21:24 2013 -0800 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install \ --prefix=/usr \ --root=$DESTDIR \ diff -r ca443231d89c -r 0bf456387ed6 wireshark/receipt --- a/wireshark/receipt Wed Mar 06 13:46:03 2013 +0100 +++ b/wireshark/receipt Thu Mar 07 14:21:24 2013 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wireshark" -VERSION="1.8.2" +VERSION="1.8.6" CATEGORY="network" SHORT_DESC="Wireshark is an award-winning network protocol analyzer." MAINTAINER="pankso@slitaz.org" @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ @@ -34,9 +33,9 @@ { mkdir -p $fs/usr/lib \ $fs/usr/share - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/wireshark $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/wireshark $fs/usr/lib rm $fs/usr/lib/wireshark/plugins/$VERSION/*.la - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/wireshark $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/wireshark $fs/usr/share }