2006-11-20 03:32:04 +10:00
|
|
|
# Description: Next-generation distributed version control.
|
2018-12-23 12:06:06 -05:00
|
|
|
# URL: http://bazaar.canonical.com/
|
2018-02-18 08:57:41 -05:00
|
|
|
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
|
|
|
|
# Depends on: python
|
2006-11-14 09:01:22 +10:00
|
|
|
|
|
|
|
name=bzr
|
2018-02-18 08:57:41 -05:00
|
|
|
version=2.7.0
|
2008-05-02 09:26:24 +02:00
|
|
|
release=1
|
2018-02-18 08:57:41 -05:00
|
|
|
source=(https://launchpad.net/$name/${version%.*}/$version/+download/$name-$version.tar.gz)
|
2006-11-14 09:01:22 +10:00
|
|
|
|
|
|
|
build() {
|
2018-02-18 08:57:41 -05:00
|
|
|
cd $name-$version
|
|
|
|
python setup.py install --root=$PKG --prefix=/usr --install-data=/usr/share
|
2006-11-14 09:01:22 +10:00
|
|
|
}
|