void-packages/srcpkgs/cvs/template

31 lines
967 B
Plaintext

# Template file for 'cvs'
pkgname=cvs
version=1.11.23
revision=4
patch_args="-Np1"
build_style=gnu-configure
configure_args="--with-editor=/usr/bin/vi"
hostmakedepends="nvi"
makedepends="mit-krb5-devel openssh>=6.1p1"
short_desc="Concurrent Versions System"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.nongnu.org/cvs/"
license="GPL-1, LGPL-2"
distfiles="http://ftp.gnu.org/non-gnu/cvs/source/stable/$version/cvs-$version.tar.bz2"
checksum=400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9
long_desc="
CVS is a version control system, an important component of Source
Configuration Management (SCM). Using it, you can record the history of
sources files, and documents. It fills a similar role to the free software
RCS, PRCS, and Aegis packages.
CVS is a production quality system in wide use around the world, including
many free software projects."
cvs_package() {
depends="openssh>=6.1p1"
pkg_install() {
vmove usr
}
}