wok diff arping/receipt @ rev 15034

sarg: no more /var ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 12:23:39 2013 +0000 (2013-08-12)
parents 2b66f7a527f5
children f4c22f009037
line diff
     1.1 --- a/arping/receipt	Sun Oct 16 07:40:38 2011 +0000
     1.2 +++ b/arping/receipt	Mon Aug 12 12:23:39 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  }