git: do not install hardlinks; re-enable building dbg pkgs.
This commit is contained in:
parent
4f34986933
commit
09b70873ba
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'git".
|
# Template build file for 'git".
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=1.8.0.2
|
version=1.8.0.2
|
||||||
revision=2
|
revision=3
|
||||||
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/"
|
||||||
|
@ -25,8 +25,6 @@ depends="ca-certificates"
|
||||||
makedepends="xmlto>=0.0.25_2 asciidoc perl openssl-devel libcurl-devel
|
makedepends="xmlto>=0.0.25_2 asciidoc perl openssl-devel libcurl-devel
|
||||||
expat-devel python-devel"
|
expat-devel python-devel"
|
||||||
|
|
||||||
disable_debug=yes
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure ${CONFIGURE_SHARED_ARGS} --with-curl \
|
./configure ${CONFIGURE_SHARED_ARGS} --with-curl \
|
||||||
--with-expat --without-tcltk
|
--with-expat --without-tcltk
|
||||||
|
@ -37,7 +35,8 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install install-doc
|
make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} \
|
||||||
|
install install-doc
|
||||||
vinstall contrib/completion/git-completion.bash 644 \
|
vinstall contrib/completion/git-completion.bash 644 \
|
||||||
etc/bash_completion.d git
|
etc/bash_completion.d git
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue