summaryrefslogtreecommitdiffstats
path: root/base/diffutils/Pkgfile
blob: e2acf6d6a1bcf3cf441819dccc820a3244edae05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Programmes permettant de montrer la différence entre fichiers ou répertoires
# URL: http://www.gnu.org/software/diffutils/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=diffutils
version=2.9
release=1
source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)

build() {
cd $name-$version
./configure --prefix=/usr \
	--infodir=/usr/share/info \
	--mandir=/usr/share/man
make
make DESTDIR=$PKG install
if [ -f $PKG/usr/share/info/dir ]; then
	rm $PKG/usr/share/info/dir
fi
}