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
|
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-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>"
|
2012-08-09 08:19:37 +00:00
|
|
|
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
|
|
|
|
|
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
|
2012-08-09 08:19:37 +00:00
|
|
|
vinstall COPYING 644 usr/share/licenses/cvs2svn
|
2011-01-15 16:11:34 +00:00
|
|
|
}
|