cvs2svn: remove unused bdeps and commented out lines.
This commit is contained in:
parent
47adea4cb4
commit
2b1c89d499
1 changed files with 2 additions and 7 deletions
|
@ -1,16 +1,11 @@
|
|||
# Template file for 'cvs2svn'
|
||||
|
||||
# libfetch doesn't understand cookies.
|
||||
#XBPS_FETCH_CMD="wget"
|
||||
|
||||
pkgname=cvs2svn
|
||||
version=2.4.0
|
||||
revision=1
|
||||
noarch="yes"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="man"
|
||||
hostmakedepends="wget python"
|
||||
makedepends="cvs python"
|
||||
hostmakedepends="python"
|
||||
depends="cvs python"
|
||||
short_desc="CVS to Subversion, git and bazaar repository conversion tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -23,5 +18,5 @@ checksum=a6677fc3e7b4374020185c61c998209d691de0c1b01b53e59341057459f6f116
|
|||
post_install() {
|
||||
vmkdir usr/share/man/man1
|
||||
install -m644 *.1 ${DESTDIR}/usr/share/man/man1
|
||||
vinstall COPYING 644 usr/share/licenses/cvs2svn
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue