2011-01-15 16:11:34 +00:00
|
|
|
# Template file for 'cvs2svn'
|
|
|
|
pkgname=cvs2svn
|
2014-11-16 21:27:08 +00:00
|
|
|
version=2.4.0
|
|
|
|
revision=1
|
2014-01-01 15:10:11 +00:00
|
|
|
noarch="yes"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-makefile
|
2011-01-15 16:11:34 +00:00
|
|
|
make_build_args="man"
|
2014-11-17 08:30:12 +00:00
|
|
|
hostmakedepends="python"
|
2014-02-18 15:21:47 +00:00
|
|
|
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>"
|
2012-08-09 08:19:37 +00:00
|
|
|
homepage="http://cvs2svn.tigris.org/"
|
|
|
|
license="BSD"
|
2014-11-16 21:27:08 +00:00
|
|
|
distfiles="http://cvs2svn.tigris.org/files/documents/1462/49237/cvs2svn-${version}.tar.gz"
|
|
|
|
checksum=a6677fc3e7b4374020185c61c998209d691de0c1b01b53e59341057459f6f116
|
2011-01-15 16:11:34 +00:00
|
|
|
|
2012-08-09 08:19:37 +00:00
|
|
|
post_install() {
|
|
|
|
vmkdir usr/share/man/man1
|
2011-01-15 16:11:34 +00:00
|
|
|
install -m644 *.1 ${DESTDIR}/usr/share/man/man1
|
2014-11-17 08:30:12 +00:00
|
|
|
vlicense COPYING
|
2011-01-15 16:11:34 +00:00
|
|
|
}
|