wok diff grep/receipt @ rev 11979

add icon to stuff
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Mar 02 14:26:00 2012 -0800 (2012-03-02)
parents 88a31b077793
children cc6ceae3a5e4
line diff
     1.1 --- a/grep/receipt	Sun Oct 16 06:31:59 2011 +0000
     1.2 +++ b/grep/receipt	Fri Mar 02 14:26:00 2012 -0800
     1.3 @@ -1,14 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="grep"
     1.7 -VERSION="2.9"
     1.8 +VERSION="2.10"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU Global Regular Expression Print."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WEB_SITE="http://www.gnu.org/software/grep/"
    1.15  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.16  
    1.17 +DEPENDS="pcre"
    1.18 +BUILD_DEPENDS="pcre-dev"
    1.19 +
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {