the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: bzr-py%type_pkg[python]
Version: 1.5
Revision: 1
Conflicts: bzr, bzr-py24-bin
Replaces: bzr, bzr-py24-bin
Type: python (2.4 2.5)
Source: http://www.bazaar-vcs.org/releases/src/bzr-%v.tar.gz
Source-MD5: fa82e556401802537eeb8e50ecc8b4e7
Depends: <<
python%type_pkg[python],
celementtree-py%type_pkg[python] | elementtree-py%type_pkg[python]
<<
BuildDepends: docutils-py%type_pkg[python], graphviz
Recommends: paramiko-py%type_pkg[python]
PatchScript: <<
sed -i.bak -e's|\(man/man1\)|share/\1|' setup.py
<<
CompileScript: <<
#!/bin/sh -ev
python%type_raw[python] setup.py build
PYTHONPATH=%p/lib/docutils make PYTHON=python%type_raw[python] docs
<<
InstallScript: <<
python%type_raw[python] setup.py install --prefix %p --root %d
mkdir -p %i/share/doc
cp -R doc %i/share/doc/%n
ln -s %p/share/doc/fink/COPYING %i/share/doc/%n
mv %i/bin/bzr %i/bin/bzr-py%type_pkg[python]
mv %i/share/man/man1/bzr.1 %i/share/man/man1/bzr-py%type_pkg[python].1
<<
PostInstScript: <<
update-alternatives --install %p/bin/bzr bzr %p/bin/bzr-py%type_pkg[python] %type_pkg[python] --slave %p/share/man/man1/bzr.1 bzr.1 %p/share/man/man1/bzr-py%type_pkg[python].1
<<
PreRmScript: <<
if [ $1 != "upgrade" ]
then
update-alternatives --remove bzr %p/bin/bzr-py%type_pkg[python]
fi
<<
DocFiles: README NEWS TODO bzr.ico
Description: Bazaar distributed SCM
DescDetail: <<
An open source distributed version control system that is powerful,
friendly, and scalable, implemented in python. It's still in an
early stage of development.
* Designed to be easy to learn for CVS or SVN users.
* Tracks file and directory renames and merges.
* Strong integrity protection features.
* Can be published over plain HTTP.
<<
License: GPL
Homepage: http://www.bazaar-vcs.org/
Maintainer: Brendan Cully
<<
Info2: <<
Package: bzr-py%type_pkg[python]
Version: 1.7.1
Revision: 1
Conflicts: bzr, bzr-py24-bin
Replaces: bzr, bzr-py24-bin
Type: python (2.4 2.5)
Source: https://launchpad.net/bzr/1.7/%v/+download/bzr-%v.tar.gz
Source-MD5: 40b9219e59d6cd747906a35ff10d0aba
Depends: <<
python%type_pkg[python],
(%type_pkg[python] = 24) celementtree-py24 | (%type_pkg[python] = 24) elementtree-py24
<<
BuildDepends: docutils-py%type_pkg[python], graphviz
Recommends: paramiko-py%type_pkg[python]
PatchScript: <<
sed -i.bak -e's|\(man/man1\)|share/\1|' setup.py
<<
CompileScript: <<
#!/bin/sh -ev
python%type_raw[python] setup.py build
PYTHONPATH=%p/lib/docutils make PYTHON=python%type_raw[python] docs
<<
InstallScript: <<
python%type_raw[python] setup.py install --prefix %p --root %d
mkdir -p %i/share/doc
cp -R doc %i/share/doc/%n
ln -s %p/share/doc/fink/COPYING %i/share/doc/%n
mv %i/bin/bzr %i/bin/bzr-py%type_pkg[python]
mv %i/share/man/man1/bzr.1 %i/share/man/man1/bzr-py%type_pkg[python].1
<<
PostInstScript: <<
update-alternatives --install %p/bin/bzr bzr %p/bin/bzr-py%type_pkg[python] %type_pkg[python] --slave %p/share/man/man1/bzr.1 bzr.1 %p/share/man/man1/bzr-py%type_pkg[python].1
<<
PreRmScript: <<
if [ $1 != "upgrade" ]
then
update-alternatives --remove bzr %p/bin/bzr-py%type_pkg[python]
fi
<<
DocFiles: README NEWS TODO bzr.ico
Description: Bazaar distributed SCM
DescDetail: <<
An open source distributed version control system that is powerful,
friendly, and scalable, implemented in python. It's still in an
early stage of development.
* Designed to be easy to learn for CVS or SVN users.
* Tracks file and directory renames and merges.
* Strong integrity protection features.
* Can be published over plain HTTP.
<<
License: GPL
Homepage: http://www.bazaar-vcs.org/
Maintainer: Brendan Cully
<<