From 1d6977105678de685c556ce79a84dd90fcecb66b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 9 Aug 2012 10:19:37 +0200 Subject: [PATCH] cvs2svn: set homepage/license; install license. --- srcpkgs/cvs2svn/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/cvs2svn/template b/srcpkgs/cvs2svn/template index 8e10d3f6d6..e732432b5f 100644 --- a/srcpkgs/cvs2svn/template +++ b/srcpkgs/cvs2svn/template @@ -5,14 +5,17 @@ XBPS_FETCH_CMD="wget" pkgname=cvs2svn 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 make_build_args="man" makedepends="wget" fulldepends="cvs python>=0" -revision=1 short_desc="CVS to Subversion, git and bazaar repository conversion tool" maintainer="Juan RP " +homepage="http://cvs2svn.tigris.org/" +license="BSD" +distfiles="http://cvs2svn.tigris.org/files/documents/1462/46528/cvs2svn-${version}.tar.gz" checksum=d9d835e0c7df48966fbadf51527c25ebf1343b25179e3802f4637d4b96ba363e long_desc=" 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 SCM. cvs2svn also deals with many CVS quirks and is highly configurable." -noarch=yes - -post_install() -{ - install -d ${DESTDIR}/usr/share/man/man1 +post_install() { + vmkdir usr/share/man/man1 install -m644 *.1 ${DESTDIR}/usr/share/man/man1 + vinstall COPYING 644 usr/share/licenses/cvs2svn }