Convert packages the new template format (a-c range).
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user