2006-02-23 15:26:10 +00:00
|
|
|
# Description: Package with the GNU diff, diff3, sdiff, and cmp utilities
|
|
|
|
# URL: http://www.gnu.org/software/diffutils/
|
2007-01-23 17:25:18 +00:00
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=diffutils
|
2019-01-02 16:16:00 +01:00
|
|
|
version=3.7
|
2016-08-09 19:56:11 +02:00
|
|
|
release=1
|
2017-03-02 14:25:08 +01:00
|
|
|
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2019-01-02 16:16:00 +01:00
|
|
|
./configure --prefix=/usr --disable-nls
|
2006-02-23 15:26:10 +00:00
|
|
|
make
|
2010-02-14 12:05:06 +01:00
|
|
|
make DESTDIR=$PKG install
|
2015-07-25 23:53:30 +02:00
|
|
|
rm -r $PKG/usr/share/info
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|