wok-current rev 11681
Up: grep to 2.10. It depends on pcre.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 18 08:15:31 2012 -0500 (2012-02-18) |
parents | 279442af22e5 |
children | d4bb4d4d8235 |
files | grep/receipt |
line diff
1.1 --- a/grep/receipt Sat Feb 18 08:13:30 2012 -0500 1.2 +++ b/grep/receipt Sat Feb 18 08:15:31 2012 -0500 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 {