core/diffutils/Pkgfile

17 lines
439 B
Plaintext
Raw Permalink Normal View History

2006-02-23 16:26:10 +01:00
# 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
2006-02-23 16:26:10 +01:00
name=diffutils
2019-01-02 16:16:00 +01:00
version=3.7
2016-08-09 19:56:11 +02:00
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2019-01-02 16:16:00 +01:00
./configure --prefix=/usr --disable-nls
2006-02-23 16:26:10 +01:00
make
2010-02-14 12:05:06 +01:00
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
2006-02-23 16:26:10 +01:00
}