contrib/bzr/Pkgfile

15 lines
419 B
Plaintext
Raw Normal View History

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