CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Merged changes from noeabi (72cbd18e791bd2edff0e8d23873136187f0cd936)
[crossrootfs.git] / patch / Pkgfile
index b16336f408317ad5e16b48e0d507904ec4538b0b..d3f16633c4292dae93ce379d0ae08b3a6fe17765 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 Team, devel@crux-arm.nu
+# 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
 }