wok-current rev 1499
Up wireshark (1.0.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 05 13:11:45 2008 +0000 (2008-10-05) |
parents | f86919dd94e7 |
children | d07f9cd98bdc |
files | microperl/receipt wireshark/receipt |
line diff
1.1 --- a/microperl/receipt Sun Oct 05 13:10:07 2008 +0000 1.2 +++ b/microperl/receipt Sun Oct 05 13:11:45 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="microperl" 1.7 -VERSION="5.8.8" 1.8 +VERSION="5.10.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A micro version of Perl." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -23,8 +23,8 @@ 1.13 # Optimisation. 1.14 sed -i s/'unknown'/'i486-pc-linux-gnu'/ uconfig.sh 1.15 # Make it! 1.16 - make -f Makefile.micro regen_uconfig 1.17 - make -f Makefile.micro 1.18 + make -f Makefile.micro regen_uconfig && 1.19 + make -f Makefile.micro && 1.20 strip microperl 1.21 } 1.22
2.1 --- a/wireshark/receipt Sun Oct 05 13:10:07 2008 +0000 2.2 +++ b/wireshark/receipt Sun Oct 05 13:11:45 2008 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="wireshark" 2.7 -VERSION="1.0.2" 2.8 +VERSION="1.0.3" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Wireshark is an award-winning network protocol analyzer." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -19,8 +19,8 @@ 2.13 --prefix=/usr \ 2.14 --mandir=/usr/share/man \ 2.15 --enable-setuid-install \ 2.16 - $CONFIGURE_ARGS 2.17 - make 2.18 + $CONFIGURE_ARGS && 2.19 + make && 2.20 make DESTDIR=$PWD/_pkg install 2.21 } 2.22