Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7665

Added Files:
        git-core.info git-core.patch 
Log Message:
Add git-core 0.99.9e


--- NEW FILE: git-core.patch ---
--- git-core-0.99.9e.orig/Makefile      2005-11-06 18:57:40.000000000 -0800
+++ git-core-0.99.9e/Makefile   2005-11-06 22:40:20.000000000 -0800
@@ -184,10 +184,8 @@ uname_O := $(shell sh -c 'uname -o 2>/de
 ifeq ($(uname_S),Darwin)
        NEEDS_SSL_WITH_CRYPTO = YesPlease
        NEEDS_LIBICONV = YesPlease
-       ## fink
-       ALL_CFLAGS += -I/sw/include -L/sw/lib
-       ## darwinports
-       ALL_CFLAGS += -I/opt/local/include -L/opt/local/lib
+       ALL_CFLAGS += -I%p/lib/system-openssl/include 
-L%p/lib/system-openssl/lib
+       ALL_CFLAGS += -I%p/include -L%p/lib
 endif
 ifeq ($(uname_S),SunOS)
        NEEDS_SOCKET = YesPlease

--- NEW FILE: git-core.info ---
Package: git-core
Version: 0.99.9e
Revision: 1
Depends: libcurl3-unified-shlibs, expat-shlibs
BuildDepends: system-openssl-dev, libcurl3-unified, expat, asciidoc (>= 7.0.2), 
xmlto
Suggests: cogito
Source: http://www.kernel.org/pub/software/scm/git/%n-%v.tar.bz2
Source-MD5: a1dec4fc18838686625f6fa26ba721f9
Patch: %n.patch
PatchScript: sed -i.bak -e 's|%%p|%p|g' Makefile
CompileScript: <<
  make prefix=%p
  make -C Documentation man
<<
InstallScript: <<
  sed -i.bak -e '1s,.*,#!/usr/bin/env perl5.8.6,' git-svnimport
  make DESTDIR=%d prefix=%p install
  make -C Documentation DESTDIR=%d prefix=%p mandir=%p/share/man 
WEBDOC_DEST=%i/share/doc/%n install install-webdoc
<< 
DocFiles: COPYING README

SplitOff: <<
  Package: git-cvsimport
  Description: Tool to import a CVS repository into git
  Depends: %N (=%v-%r), cvsps
  Files: <<
    bin/%n
    share/doc/%N/%n.html
    share/man/man1/%n.1
  <<
  DocFiles: COPYING
<<

SplitOff2: <<
  Package: git-archimport
  Description: Tool to import an arch repository into git
  # Should probably depend on arch when that gets packaged
  Depends: %N (=%v-%r), string-shellquote-pm
  Files: <<
    bin/%n
    share/doc/%N/%n.html
    share/man/man1/%n.1
  <<
  DocFiles: COPYING
<<

SplitOff3: <<
  Package: git-svnimport
  Description: Tool to import a subversion repository into git
  Depends: %N (=%v-%r), svn-ssl-swig-pm586 | svn-swig-pm586, libwww-pm586
  Files: <<
    bin/%n
    share/doc/%N/%n.html
    share/man/man1/%n.1
  <<
  DocFiles: COPYING
<<

Description: Stupid content tracker
DescDetail: <<
This is a stupid (but extremely fast) directory content manager.  It
doesn't do a whole lot, but what it _does_ do is track directory
contents efficiently. It is intended to be the base of an efficient,
distributed source code management system. This package includes
rudimentary tools that can be used as a SCM, but you should look
elsewhere for tools for ordinary humans layered on top of this.
<<
License: GPL
Homepage: http://www.kernel.org/pub/software/scm/git/
Maintainer: Brendan Cully <[EMAIL PROTECTED]>



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to