X-Git-Url: http://gitweb/?a=blobdiff_plain;f=patch%2FPkgfile;h=45476387c4832bd5df160954c3592e4ae57788fa;hb=2549831c9ea0d299140c502d66fa0842b2079445;hp=b16336f408317ad5e16b48e0d507904ec4538b0b;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/patch/Pkgfile b/patch/Pkgfile index b16336f..4547638 100644 --- a/patch/Pkgfile +++ b/patch/Pkgfile @@ -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 at crux-arm dot nu +# Depends on: name=patch -version=2.5.9 +version=2.7.1 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 + cd $name-$version + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man + + make + make DESTDIR=$PKG install }