CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
elfutils: inital import
[crossrootfs.git] / patch / Pkgfile
index 9abe5fc2b88d0f86a3fb1a383890acfd08fafc70..19ca54885a4169c85c8dae6c161f140cda9b4dd9 100644 (file)
@@ -1,21 +1,20 @@
 # 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, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on:
 
 name=patch
-version=2.6
+version=2.7.6
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
+source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
-
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr
 
   make
-  make prefix=$PKG/usr install
+  make DESTDIR=$PKG install
 }