core/diffutils/Pkgfile

17 lines
415 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Package with the GNU diff, diff3, sdiff, and cmp utilities
2021-08-03 19:06:09 +02:00
# 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
2021-08-03 19:06:09 +02:00
version=3.8
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() {
2021-08-03 19:06:09 +02:00
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
2006-02-23 16:26:10 +01:00
}