# Description: GNU patch # URL: http://www.gnu.org/software/patch/patch.html # Maintainer: CRUX System Team, core-ports at crux dot nu name=patch version=2.7.6 release=1 source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }