X-Git-Url: http://gitweb/?a=blobdiff_plain;f=patch%2FPkgfile;h=317f106d3d8113f9aaa19e3ad4db74011a55259c;hb=3ec50173fbb253e15f3306db8c9ae5ce8d75176e;hp=9abe5fc2b88d0f86a3fb1a383890acfd08fafc70;hpb=9e534f3f23fc629c35c6dd49d1b57d7470ed5b7f;p=crossrootfs.git diff --git a/patch/Pkgfile b/patch/Pkgfile index 9abe5fc..317f106 100644 --- a/patch/Pkgfile +++ b/patch/Pkgfile @@ -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.5 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) +source=(http://ftp.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 }