wok diff arping/receipt @ rev 15089
ploticus: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 21:17:32 2013 +0000 (2013-08-13) |
parents | 2b66f7a527f5 |
children | f4c22f009037 |
line diff
1.1 --- a/arping/receipt Sun Oct 16 07:40:38 2011 +0000 1.2 +++ b/arping/receipt Tue Aug 13 21:17:32 2013 +0000 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 }