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
# Depends on:
name=patch
-version=2.7.1
+version=2.7.5
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
cd $name-$version
./configure --build=$CHOST \
--host=$CTARGET \
- --prefix=/usr \
- --mandir=/usr/man
+ --prefix=/usr
make
make DESTDIR=$PKG install