core/diffutils/Pkgfile
2006-09-24 09:30:49 +00:00

17 lines
426 B
Plaintext

# Description: Package with the GNU diff, diff3, sdiff, and cmp utilities
# URL: http://www.gnu.org/software/diffutils/
# Maintainer: Per Lidén, 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
}