milis/talimatname/genel/bzr/talimat

21 lines
559 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Bağımsız (decentralized) revizyon kontrol sistemi. (Bazaar)
# URL: http://bazaar.canonical.com/en/
# Packager: milisarge@gmail.com
# Depends on: python python-paramiko
name=bzr
version=2.6.0
release=1
source=(
http://launchpad.net/bzr/${version%.*}/$version/+download/bzr-$version.tar.gz)
build() {
cd $name-$version
sed -i -e 's|man/man1|share/&|' setup.py
python2 setup.py install --prefix=/usr --root=$PKG
# bash-completion
install -Dm644 contrib/bash/bzr \
$PKG/usr/share/bash-completion/completions/bzr
}