Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=28bfefffe9bfab9e543fe4a3279b7c56f60d30d2

commit 28bfefffe9bfab9e543fe4a3279b7c56f60d30d2
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Tue Mar 11 21:46:46 2008 +0100

git-1.5.4.4-1-i686
- version bump
- some cleanup

diff --git a/source/devel-extra/git/FrugalBuild 
b/source/devel-extra/git/FrugalBuild
index f2e24a3..7d24353 100644
--- a/source/devel-extra/git/FrugalBuild
+++ b/source/devel-extra/git/FrugalBuild
@@ -8,7 +8,7 @@ USE_DEVEL=${USE_DEVEL:-"n"}
USE_HTMLMAN=${USE_HTMLMAN:-"y"}

pkgname=git
-pkgver=1.5.4.3
+pkgver=1.5.4.4
Fuse $USE_DEVEL && pkgver=1.5.4.rc5
pkgrel=1
pkgdesc="A fast, scalable, distributed revision control system."
@@ -55,19 +55,15 @@ build()
# don't install the source of the manpages
Fsed '\t\*.txt ' '\t' Documentation/install-webdoc.sh

-       # fix the path of html manpages
-       Fsed 'htmldir=$(sharedir)/doc/git-doc' 
"htmldir=\$(sharedir)/doc/git-$pkgver" Makefile
-
if ! Fuse $USE_HTMLMAN; then
# we don't need the html version of manpages
Fsed '^DOC_HTML=.*' 'DOC_HTML=' Documentation/Makefile
fi

Fconf
-       make V=1 CLFAGS="$CFLAGS" ASCIIDOC8=YesPlease \
-               ETC_GITCONFIG=/etc/gitconfig DOCBOOK2X_TEXI=docbook2texi \
-               all doc info test || return 1
-       Fmakeinstall install-doc install-info ETC_GITCONFIG=/etc/gitconfig 
mandir=/usr/share/man
+       build_settings="V=1 ETC_GITCONFIG=/etc/gitconfig 
htmldir=/usr/share/doc/$pkgname-$pkgver mandir=/usr/share/man"
+       make $build_settings DOCBOOK2X_TEXI=docbook2texi all doc info test || 
return 1
+       Fmakeinstall $build_settings install-doc install-info
Ffilerel perl/private-Error.pm /usr/lib/perl5/site_perl/current/Error.pm
make -C Documentation WEBDOC_DEST=$Fdestdir/usr/share/doc/$pkgname-$pkgver 
install-webdoc || return 1
# broken symlink
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to