CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
patch: updated to 2.6
authorJose V Beneyto <sepen@crux.nu>
Thu, 10 Dec 2009 11:04:47 +0000 (12:04 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 10 Dec 2009 11:04:47 +0000 (12:04 +0100)
patch/.footprint
patch/.md5sum
patch/Pkgfile

index b8675f22ce8cde69cf8ebb471152d2669c0fc775..21758defe0b56deff4af405d5f73eec4c2b7ec29 100644 (file)
@@ -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
index abfe2c4e3c6697a6822ba165c033ad9b19b1e505..424036b7b40f5e25c57544ad9c4b3420ef90f7e9 100644 (file)
@@ -1 +1 @@
-dacfb618082f8d3a2194601193cf8716  patch-2.5.9.tar.gz
+bc71d33c35004db3768465bcaf9ed23c  patch-2.6.tar.gz
index b16336f408317ad5e16b48e0d507904ec4538b0b..9abe5fc2b88d0f86a3fb1a383890acfd08fafc70 100644 (file)
@@ -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
 }