mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
git: move perl scripts to -perl and get rid of -docs.
This commit is contained in:
parent
0a49fe9c0d
commit
859e18604e
2 changed files with 8 additions and 13 deletions
|
@ -1 +0,0 @@
|
||||||
git
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for "git".
|
# Template build file for "git".
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-expat --without-tcltk
|
configure_args="--with-curl --with-expat --without-tcltk
|
||||||
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
||||||
|
@ -10,6 +10,7 @@ hostmakedepends="xmlto>=0.0.25_2 asciidoc perl python"
|
||||||
makedepends="libressl-devel libcurl-devel expat-devel"
|
makedepends="libressl-devel libcurl-devel expat-devel"
|
||||||
# Required by https://
|
# Required by https://
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
|
replaces="git-docs>=0"
|
||||||
short_desc="GIT Tree History Storage Tool"
|
short_desc="GIT Tree History Storage Tool"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://git-scm.com/"
|
homepage="http://git-scm.com/"
|
||||||
|
@ -27,21 +28,16 @@ post_install() {
|
||||||
vinstall contrib/completion/git-prompt.sh 644 usr/share/git
|
vinstall contrib/completion/git-prompt.sh 644 usr/share/git
|
||||||
}
|
}
|
||||||
|
|
||||||
git-docs_package() {
|
|
||||||
noarch=yes
|
|
||||||
short_desc+=" - documentation"
|
|
||||||
pkg_install() {
|
|
||||||
for f in man1 man5 man7; do
|
|
||||||
vmove usr/share/man/${f}
|
|
||||||
done
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
git-perl_package() {
|
git-perl_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
replaces="git<2.1.0_3"
|
||||||
depends="git perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
|
depends="git perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
|
||||||
short_desc+=" - perl bindings"
|
short_desc+=" - perl utilities"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
for f in add--interactive archimport cvsexportcommit cvsimport \
|
||||||
|
cvsserver relink send-email svn; do
|
||||||
|
vmove usr/libexec/git-core/git-${f}
|
||||||
|
done
|
||||||
vmove usr/share/perl5
|
vmove usr/share/perl5
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue