Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=vmiklos.git;a=commitdiff;h=1796e514742c29f43564036258ecafe2566f2599

commit 1796e514742c29f43564036258ecafe2566f2599
Author: VMiklos <[EMAIL PROTECTED]>
Date:   Mon Sep 3 16:29:50 2007 +0200

git-1.5.3.1-1-i686
version bump

diff --git a/source/devel-extra/git/FrugalBuild 
b/source/devel-extra/git/FrugalBuild
index 2231a03..b06872e 100644
--- a/source/devel-extra/git/FrugalBuild
+++ b/source/devel-extra/git/FrugalBuild
@@ -2,7 +2,9 @@
# Maintainer: VMiklos <[EMAIL PROTECTED]>

pkgname=git
-pkgver=1.5.3
+USE_DEVEL=${USE_DEVEL:-""}
+pkgver=1.5.3.1
+[ $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/";
@@ -11,9 +13,11 @@ 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'"
-source=($url/$pkgname-$pkgver.tar.bz2 \
-gitweb.modules.d gitweb.conf README.Frugalware)
-signatures=(${source[0]}.sign '' '' '')
+if ! [ $USE_DEVEL ]; then
+       source=($url/$pkgname-$pkgver.tar.bz2)
+       signatures=(${source[0]}.sign '' '' '')
+fi
+source=([EMAIL PROTECTED] gitweb.modules.d gitweb.conf README.Frugalware)
options=('scriptlet')

subpkgs=('gitweb' 'git-gui' 'gitk')
@@ -23,8 +27,16 @@ 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
+       _F_scm_type="git"
+       _F_scm_url="git://git.kernel.org/pub/scm/git/git.git"
+       Finclude scm
+fi
+
build()
{
+       [ $USE_DEVEL ] && Funpack_scm
+
# undebianize
Fsed 'doc/' '' templates/hooks--post-receive
Fsed ' (on debian)' '' templates/hooks--post-receive
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to