From f1ce011e59c902da9b20d7cbfdac0e5ac9bf5c5c Mon Sep 17 00:00:00 2001 From: Lukc Date: Tue, 21 Dec 2010 05:41:26 +0100 Subject: Recette de grep mise à jour. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grep/Pkgfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'grep') diff --git a/grep/Pkgfile b/grep/Pkgfile index 6fcb6c8..f4ff6e4 100644 --- a/grep/Pkgfile +++ b/grep/Pkgfile @@ -1,4 +1,4 @@ -description="GNU grep, egrep and fgrep" +description="GNU grep, egrep and fgrep." packager="CRUX System Team " maintainer="Lukc " url="http://www.gnu.org/software/grep/grep.html" @@ -7,11 +7,13 @@ depends=(libpcre) name=grep version=2.7 release=1 -source=(http://ftp.gnu.org/gnu/grep/grep-2.7.tar.xz) +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build () { cd $name-$version; ./configure \ + ${CHOST:+--build=${CHOST}} \ + ${CTARGET:+--host=${CTARGET}} \ --prefix=$prefix \ $(use_enable nls) \ --mandir=$mandir; -- cgit v1.2.3-54-g00ecf