2016-10-21 17:59:16 +02:00
|
|
|
|
# Description: Bağımsız (decentralized) revizyon kontrol sistemi. (Bazaar)
|
2017-01-30 23:55:06 +01:00
|
|
|
|
# URL: http://bazaar.canonical.com/en/
|
2016-03-31 17:24:30 +02:00
|
|
|
|
# Packager: milisarge@gmail.com
|
2017-01-30 23:55:06 +01:00
|
|
|
|
# Depends on: python python-paramiko
|
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
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
|
|
|
|
|
}
|