summaryrefslogtreecommitdiffstats
path: root/base/grep/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-12 20:07:43 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-12 20:07:43 +0200
commit21f12041f6fca1c38ec0012e1a5116a115f46be9 (patch)
treecd9bf5777acaffcee38246e87d25feca32e0bf37 /base/grep/Pkgfile
parentacae50e218c85b39600990fe9780a45d8c30e73d (diff)
downloadnutyx-extra-21f12041f6fca1c38ec0012e1a5116a115f46be9.tar.gz
nutyx-extra-21f12041f6fca1c38ec0012e1a5116a115f46be9.tar.bz2
nutyx-extra-21f12041f6fca1c38ec0012e1a5116a115f46be9.tar.xz
nutyx-extra-21f12041f6fca1c38ec0012e1a5116a115f46be9.zip
Maj grep#2.6.3-1
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