wok-next diff arping/receipt @ rev 14790

Don't hard-code xterm, use configurable SliTaz terminal instead.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 08 12:03:41 2013 +0300 (2013-07-08)
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 Jul 08 12:03:41 2013 +0300
     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  }