# 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 }