summaryrefslogtreecommitdiffstats
path: root/base/grep/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/grep/Pkgfile')
-rwxr-xr-xbase/grep/Pkgfile8
1 files changed, 2 insertions, 6 deletions
diff --git a/base/grep/Pkgfile b/base/grep/Pkgfile
index 8057933b6..ccc48f1f0 100755
--- a/base/grep/Pkgfile
+++ b/base/grep/Pkgfile
@@ -2,18 +2,14 @@
# URL: http://www.gnu.org/software/grep/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: pcre
name=grep
-version=2.5.4
+version=2.6.3
release=1
-source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\
- http://www.linuxfromscratch.org/patches/lfs/development/grep-$version-debian_fixes-1.patch\
- )
+source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz )
build() {
cd $name-$version
-patch -Np1 -i ../$name-$version-debian_fixes-1.patch
./configure --prefix=/usr --mandir=/usr/share/man \
--infodir=/usr/share/info --without-included-regex \
--bindir=/bin