cvs2svn: set homepage/license; install license.

This commit is contained in:
Juan RP 2012-08-09 10:19:37 +02:00
parent 16afbab3a5
commit 1d69771056
1 changed files with 8 additions and 7 deletions

View File

@ -5,14 +5,17 @@ XBPS_FETCH_CMD="wget"
pkgname=cvs2svn pkgname=cvs2svn
version=2.3.0 version=2.3.0
distfiles="http://cvs2svn.tigris.org/files/documents/1462/46528/cvs2svn-2.3.0.tar.gz" revision=2
noarch=yes
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="man" make_build_args="man"
makedepends="wget" makedepends="wget"
fulldepends="cvs python>=0" fulldepends="cvs python>=0"
revision=1
short_desc="CVS to Subversion, git and bazaar repository conversion tool" short_desc="CVS to Subversion, git and bazaar repository conversion tool"
maintainer="Juan RP <xtraeme@gmail.com>" 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 checksum=d9d835e0c7df48966fbadf51527c25ebf1343b25179e3802f4637d4b96ba363e
long_desc=" long_desc="
cvs2svn is a tool for migrating a CVS repository to Subversion, git, or cvs2svn is a tool for migrating a CVS repository to Subversion, git, or
@ -27,10 +30,8 @@ long_desc="
and outputs these modifications grouped together as changesets in the target and outputs these modifications grouped together as changesets in the target
SCM. cvs2svn also deals with many CVS quirks and is highly configurable." SCM. cvs2svn also deals with many CVS quirks and is highly configurable."
noarch=yes post_install() {
vmkdir usr/share/man/man1
post_install()
{
install -d ${DESTDIR}/usr/share/man/man1
install -m644 *.1 ${DESTDIR}/usr/share/man/man1 install -m644 *.1 ${DESTDIR}/usr/share/man/man1
vinstall COPYING 644 usr/share/licenses/cvs2svn
} }