# Description: Package with the GNU diff, diff3, sdiff, and cmp utilities # URL: http://www.gnu.org/software/diffutils/ # Maintainer: CRUX System Team, core-ports at crux dot nu name=diffutils version=2.8.1 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --disable-nls make make prefix=$PKG/usr install rm -rf $PKG/usr/info }