the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2:<<
Package: git-svn
Version: 1.7.10.2
Revision: 1+10.6
Type: pm 5.10.0
Distribution: 10.6
Description: Tool to let git use subversion repositories
Depends: <<
git (>= %v-1),
libwww-pm%type_pkg[pm],
svn-swig-pm%type_pkg[pm],
term-readkey-pm%type_pkg[pm]
<<
Source: http://git-core.googlecode.com/files/git-%v.tar.gz
Source-MD5: 2e2ee53243ab8e7cf10f15c5229c3fce
Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
Source2-MD5: 9c401a36aee40d68f5ca3513818e8f29
Source2ExtractDir: doc
Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
Source3-MD5: 79bae5456db8366803d28db867892d74
CompileScript: echo "Nothing to compile."
InstallScript: <<
#!/bin/bash -ev
mkdir -p %i/lib/git-core
mkdir -p %i/share/doc/git
mkdir -p %i/share/man/man1
cp %n.perl %i/lib/git-core/%n
cp ../doc/%n.* %i/share/doc/git
cp ../man1/%n.1 %i/share/man/man1
let version=`uname -r | cut -f 1 -d .`
if [ $version -ge 10 ]; then
perl -pi -e 's,/usr/bin/perl,/usr/bin/arch -%m perl%type_raw[pm],' %i/lib/git-core/%n
fi
<<
DocFiles: COPYING
License: GPL
Homepage: http://git-scm.com/
Maintainer: Daniel Johnson
<<