void-packages/srcpkgs/cvs2svn/template
2014-02-18 16:21:47 +01:00

27 lines
747 B
Plaintext

# Template file for 'cvs2svn'
# libfetch doesn't understand cookies.
XBPS_FETCH_CMD="wget"
pkgname=cvs2svn
version=2.3.0
revision=3
noarch="yes"
build_style=gnu-makefile
make_build_args="man"
hostmakedepends="wget python"
makedepends="cvs python"
depends="cvs python"
short_desc="CVS to Subversion, git and bazaar repository conversion tool"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cvs2svn.tigris.org/"
license="BSD"
distfiles="http://cvs2svn.tigris.org/files/documents/1462/46528/cvs2svn-${version}.tar.gz"
checksum=d9d835e0c7df48966fbadf51527c25ebf1343b25179e3802f4637d4b96ba363e
post_install() {
vmkdir usr/share/man/man1
install -m644 *.1 ${DESTDIR}/usr/share/man/man1
vinstall COPYING 644 usr/share/licenses/cvs2svn
}