core/diffutils/Pkgfile

17 lines
433 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
version=2.8.1
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/info
}