summaryrefslogtreecommitdiffstats
path: root/base/cvs/Pkgfile
blob: 3e68fd2d7515958e7663e7821eccdd3570606603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Description: client de système de contrôle de version
# URL: http://savannah.nongnu.org/projects/cvs/
# Maintainer: NuTyX Core Team
# Packager: thierryn1 at hispeed dot ch
# Depends on:

name=cvs
version=1.11.23
release=3

source=(http://nongnu.mirror.ironie.org/releases/$name/source/stable/$version/$name-$version.tar.bz2
	cvs-1.11.23-getline.patch
	cvs-1.11.23-cve.patch)

build() {
	cd $name-$version
	unset EDITOR VISUAL
	patch -Np1 -i ../cvs-1.11.23-getline.patch
	patch -Np1 -i ../cvs-1.11.23-cve.patch

	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
	rm -r $PKG/usr/share/info/dir
}