Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e9ac9ed368d024e229e3aec6339e1298ce4a07c2
commit e9ac9ed368d024e229e3aec6339e1298ce4a07c2
Author: VMiklos <[EMAIL PROTECTED]>
Date: Wed Sep 5 00:13:38 2007 +0200
git-1.5.3.1-1-i686
use Fuse()
diff --git a/source/devel-extra/git/FrugalBuild
b/source/devel-extra/git/FrugalBuild
index b06872e..36004f8 100644
--- a/source/devel-extra/git/FrugalBuild
+++ b/source/devel-extra/git/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: VMiklos <[EMAIL PROTECTED]>
pkgname=git
-USE_DEVEL=${USE_DEVEL:-""}
+USE_DEVEL=${USE_DEVEL:-"n"}
pkgver=1.5.3.1
-[ $USE_DEVEL ] && pkgver=1.5.3.rc7.30.g947ad2
+Fuse $USE_DEVEL && pkgver=1.5.3.rc7.30.g947ad2
pkgrel=1
pkgdesc="A fast, scalable, distributed revision control system."
url="http://www.kernel.org/pub/software/scm/git/"
@@ -13,7 +13,7 @@ makedepends=('asciidoc' 'docbook-xsl>=1.73.0-2' 'docbook-xml'
'sgml-common' 'xml
groups=('devel-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump '$url/?C=M;O=D'|grep 'git-[0-9.]*.tar.bz2$'|sed -n
's/.*-\(.*\)\.t.*/\1/;1 p'"
-if ! [ $USE_DEVEL ]; then
+if ! Fuse $USE_DEVEL; then
source=($url/$pkgname-$pkgver.tar.bz2)
signatures=(${source[0]}.sign '' '' '')
fi
@@ -27,7 +27,7 @@ subbackup=('etc/gitweb.conf
etc/httpd/conf/modules.d/gitweb.conf' '' '')
subgroups=('network-extra' 'xapps-extra' 'xapps-extra')
subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64')
-if [ $USE_DEVEL ]; then
+if Fuse $USE_DEVEL; then
_F_scm_type="git"
_F_scm_url="git://git.kernel.org/pub/scm/git/git.git"
Finclude scm
@@ -35,7 +35,7 @@ fi
build()
{
- [ $USE_DEVEL ] && Funpack_scm
+ Fuse $USE_DEVEL && Funpack_scm
# undebianize
Fsed 'doc/' '' templates/hooks--post-receive
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git