void-packages/srcpkgs/cvs2svn/template

28 lines
831 B
Plaintext
Raw Normal View History

2011-01-15 17:11:34 +01:00
# Template file for 'cvs2svn'
# libfetch doesn't understand cookies.
2014-11-16 22:27:08 +01:00
#XBPS_FETCH_CMD="wget"
2011-01-15 17:11:34 +01:00
pkgname=cvs2svn
2014-11-16 22:27:08 +01:00
version=2.4.0
revision=1
noarch="yes"
build_style=gnu-makefile
2011-01-15 17:11:34 +01:00
make_build_args="man"
2014-02-18 16:21:47 +01:00
hostmakedepends="wget python"
makedepends="cvs python"
depends="cvs python"
2011-01-15 17:11:34 +01:00
short_desc="CVS to Subversion, git and bazaar repository conversion tool"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cvs2svn.tigris.org/"
update_site="http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976"
license="BSD"
2014-11-16 22:27:08 +01:00
distfiles="http://cvs2svn.tigris.org/files/documents/1462/49237/cvs2svn-${version}.tar.gz"
checksum=a6677fc3e7b4374020185c61c998209d691de0c1b01b53e59341057459f6f116
2011-01-15 17:11:34 +01:00
post_install() {
vmkdir usr/share/man/man1
2011-01-15 17:11:34 +01:00
install -m644 *.1 ${DESTDIR}/usr/share/man/man1
vinstall COPYING 644 usr/share/licenses/cvs2svn
2011-01-15 17:11:34 +01:00
}