milis/talimatname/genel/b/bzr/talimat

20 lines
548 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.

# Tanım: Bağımsız (decentralized) revizyon kontrol sistemi. (Bazaar)
# URL: http://bazaar.canonical.com/en/
# Paketçi: milisarge
# Gerekler: python python-paramiko
# Grup: geliştirme
isim=bzr
surum=2.6.0
devir=1
kaynak=(http://launchpad.net/bzr/${surum%.*}/$surum/+download/bzr-$surum.tar.gz)
derle() {
cd $isim-$surum
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
}