void-packages/srcpkgs/cvs2svn/template

27 lines
747 B
Text
Raw Normal View History

2011-01-15 16:11:34 +00:00
# Template file for 'cvs2svn'
# libfetch doesn't understand cookies.
2011-07-04 17:30:01 +00:00
XBPS_FETCH_CMD="wget"
2011-01-15 16:11:34 +00:00
pkgname=cvs2svn
version=2.3.0
2014-02-18 15:21:47 +00:00
revision=3
noarch="yes"
build_style=gnu-makefile
2011-01-15 16:11:34 +00:00
make_build_args="man"
2014-02-18 15:21:47 +00:00
hostmakedepends="wget python"
makedepends="cvs python"
depends="cvs python"
2011-01-15 16:11:34 +00:00
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"
2011-01-15 16:11:34 +00:00
checksum=d9d835e0c7df48966fbadf51527c25ebf1343b25179e3802f4637d4b96ba363e
post_install() {
vmkdir usr/share/man/man1
2011-01-15 16:11:34 +00:00
install -m644 *.1 ${DESTDIR}/usr/share/man/man1
vinstall COPYING 644 usr/share/licenses/cvs2svn
2011-01-15 16:11:34 +00:00
}