wok-6.x rev 14113
arping: up 2.13
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sun Feb 24 15:51:42 2013 -0800 (2013-02-24) |
parents | 79418982a5a2 |
children | 8afd61481bd6 |
files | arping/receipt |
line diff
1.1 --- a/arping/receipt Sun Feb 24 21:28:58 2013 +0000 1.2 +++ b/arping/receipt Sun Feb 24 15:51:42 2013 -0800 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="arping" 1.7 -VERSION="2.09" 1.8 +VERSION="2.13" 1.9 CATEGORY="network" 1.10 SHORT_DESC="ARP ping utility" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -15,7 +15,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure $CONFIGURE_ARGS && 1.18 make && make DESTDIR=$DESTDIR install 1.19 }