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
-dacfb618082f8d3a2194601193cf8716 patch-2.5.9.tar.gz
+bc71d33c35004db3768465bcaf9ed23c patch-2.6.tar.gz
# 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
}