wok-next diff grep/receipt @ rev 12176
Up: slitaz-tools (4.8.3) - Small improvments
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 24 14:39:11 2012 +0100 (2012-03-24) |
parents | 88a31b077793 |
children | cc6ceae3a5e4 |
line diff
1.1 --- a/grep/receipt Sun Oct 16 06:31:59 2011 +0000 1.2 +++ b/grep/receipt Sat Mar 24 14:39:11 2012 +0100 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 {