core/diffutils/Pkgfile

18 lines
451 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
# 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
2013-03-26 09:43:16 +01:00
version=3.3
release=2
2010-02-14 12:05:06 +01:00
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2010-02-14 12:05:06 +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
}