core/diffutils/Pkgfile
2015-07-25 23:53:30 +02:00

18 lines
451 B
Plaintext

# 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=3.3
release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}