Convert packages the new template format (a-c range).

This commit is contained in:
Juan RP
2013-04-12 08:55:23 +02:00
parent 30b6eee12b
commit 9c87483ea8
242 changed files with 2380 additions and 1800 deletions

View File

@@ -6,11 +6,9 @@ XBPS_FETCH_CMD="wget"
pkgname=cvs2svn
version=2.3.0
revision=2
noarch=yes
build_style=gnu-makefile
make_build_args="man"
makedepends="wget"
fulldepends="cvs python>=0"
makedepends="wget cvs python"
short_desc="CVS to Subversion, git and bazaar repository conversion tool"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cvs2svn.tigris.org/"
@@ -35,3 +33,11 @@ post_install() {
install -m644 *.1 ${DESTDIR}/usr/share/man/man1
vinstall COPYING 644 usr/share/licenses/cvs2svn
}
cvs2svn_package() {
depends="cvs python>=0"
noarch="yes"
pkg_install() {
vmove usr
}
}