From 9e534f3f23fc629c35c6dd49d1b57d7470ed5b7f Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 10 Dec 2009 12:04:47 +0100 Subject: [PATCH] patch: updated to 2.6 --- patch/.footprint | 7 ++++--- patch/.md5sum | 2 +- patch/Pkgfile | 19 +++++++++++-------- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/patch/.footprint b/patch/.footprint index b8675f2..21758de 100644 --- a/patch/.footprint +++ b/patch/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/patch -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/patch.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/patch.1.gz diff --git a/patch/.md5sum b/patch/.md5sum index abfe2c4..424036b 100644 --- a/patch/.md5sum +++ b/patch/.md5sum @@ -1 +1 @@ -dacfb618082f8d3a2194601193cf8716 patch-2.5.9.tar.gz +bc71d33c35004db3768465bcaf9ed23c patch-2.6.tar.gz diff --git a/patch/Pkgfile b/patch/Pkgfile index b16336f..9abe5fc 100644 --- a/patch/Pkgfile +++ b/patch/Pkgfile @@ -1,18 +1,21 @@ # Description: GNU patch # URL: http://www.gnu.org/software/patch/patch.html # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System +# Arch Maintainer: CRUX-ARM System, crux-arm at mikeux dot dyndns dot org +# Depends on: name=patch -version=2.5.9 +version=2.6 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { - cd $name-$version - ./configure --build=$CHOST \ - --host=$CTARGET \ - --prefix=/usr - make - make prefix=$PKG/usr install + cd $name-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make prefix=$PKG/usr install } -- 2.26.2