wok diff lxterminal/receipt @ rev 17502

grep: fix busybox paths
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 08 10:35:01 2015 +0100 (2015-01-08)
parents 2a5cc8208d36
children c73f683146cf
line diff
     1.1 --- a/lxterminal/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/lxterminal/receipt	Thu Jan 08 10:35:01 2015 +0100
     1.3 @@ -1,6 +1,5 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6 -
     1.7  PACKAGE="lxterminal"
     1.8  VERSION="0.1.11"
     1.9  CATEGORY="utilities"
    1.10 @@ -11,6 +10,7 @@
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://lxde.org"
    1.13  WGET_URL="http://downloads.sourceforge.net/project/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20$VERSION/$TARBALL"
    1.14 +TAGS="terminal"
    1.15  
    1.16  DEPENDS="vte gtk+"
    1.17  BUILD_DEPENDS="intltool vte-dev vte-terminal gtk+-dev"